python3Packages.pooch: update dependencies

This commit is contained in:
Robert Schütz 2021-06-21 20:04:19 +02:00 committed by Martin Weinelt
parent 5332ceafce
commit fb2f565861

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, isPy27
, fetchPypi
, setuptools-scm
, pytestCheckHook
, packaging
, appdirs
@ -18,6 +19,8 @@ buildPythonPackage rec {
sha256 = "f827e79ab51b21a8964a4b1ea8972aa4a1079cb9c1ff8e9ec61893eb7dab50cb";
};
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ packaging appdirs requests ];
preCheck = "HOME=$TMPDIR";