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