lol

Merge pull request #193662 from K900/canonicaljson-setuptools

authored by

Martin Weinelt and committed by
GitHub
42115269 a8e913cc

+5
+5
pkgs/development/python-modules/canonicaljson/default.nix
··· 4 , frozendict 5 , pytestCheckHook 6 , pythonOlder 7 , simplejson 8 }: 9 ··· 18 inherit pname version; 19 hash = "sha256-yll2C8J0qJmg2nWAnWkJrkPlEjOB/W7wQKRNGVLAtEg="; 20 }; 21 22 propagatedBuildInputs = [ 23 simplejson
··· 4 , frozendict 5 , pytestCheckHook 6 , pythonOlder 7 + , setuptools 8 , simplejson 9 }: 10 ··· 19 inherit pname version; 20 hash = "sha256-yll2C8J0qJmg2nWAnWkJrkPlEjOB/W7wQKRNGVLAtEg="; 21 }; 22 + 23 + nativeBuildInputs = [ 24 + setuptools 25 + ]; 26 27 propagatedBuildInputs = [ 28 simplejson