Merge pull request #193662 from K900/canonicaljson-setuptools
This commit is contained in:
commit
42115269e7
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue