python3Packages.pooch: update dependencies
This commit is contained in:
parent
5332ceafce
commit
fb2f565861
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue