Merge pull request #193662 from K900/canonicaljson-setuptools
This commit is contained in:
commit
42115269e7
@ -4,6 +4,7 @@
|
||||
, frozendict
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, simplejson
|
||||
}:
|
||||
|
||||
@ -19,6 +20,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-yll2C8J0qJmg2nWAnWkJrkPlEjOB/W7wQKRNGVLAtEg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
simplejson
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user