lol

python3Packages.pooch: update dependencies

authored by

Robert Schütz and committed by
Martin Weinelt
fb2f5658 5332ceaf

+3
+3
pkgs/development/python-modules/pooch/default.nix
··· 2 2 , buildPythonPackage 3 3 , isPy27 4 4 , fetchPypi 5 + , setuptools-scm 5 6 , pytestCheckHook 6 7 , packaging 7 8 , appdirs ··· 17 18 inherit pname version; 18 19 sha256 = "f827e79ab51b21a8964a4b1ea8972aa4a1079cb9c1ff8e9ec61893eb7dab50cb"; 19 20 }; 21 + 22 + nativeBuildInputs = [ setuptools-scm ]; 20 23 21 24 propagatedBuildInputs = [ packaging appdirs requests ]; 22 25