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