Merge pull request #193662 from K900/canonicaljson-setuptools

This commit is contained in:
Martin Weinelt 2022-09-30 12:10:45 +02:00 committed by GitHub
commit 42115269e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
, frozendict
, pytestCheckHook
, pythonOlder
, setuptools
, simplejson
}:
@ -19,6 +20,10 @@ buildPythonPackage rec {
hash = "sha256-yll2C8J0qJmg2nWAnWkJrkPlEjOB/W7wQKRNGVLAtEg=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
simplejson
];