Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
python.pkgs.python-jenkins: propagate setuptools
Browse files Browse the repository at this point in the history
It is used during runtime.

cc #68314
  • Loading branch information
flokli committed Oct 10, 2019
1 parent e8bc181 commit 06dc7cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/python-jenkins/default.nix
Expand Up @@ -4,6 +4,7 @@
, mock
, pbr
, pyyaml
, setuptools
, six
, multi_key_dict
, testscenarios
Expand All @@ -22,7 +23,7 @@ buildPythonPackage rec {
};

buildInputs = [ mock ];
propagatedBuildInputs = [ pbr pyyaml six multi_key_dict requests ];
propagatedBuildInputs = [ pbr pyyaml setuptools six multi_key_dict requests ];

checkInputs = [ unittest2 testscenarios requests-mock ];
checkPhase = ''
Expand Down

0 comments on commit 06dc7cb

Please sign in to comment.