Skip to content

Commit

Permalink
python310Packages.pytest-console-scripts: propagate setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 19, 2022
1 parent cdd4d3e commit 699bdb6
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ lib
, buildPythonPackage
, mock
, fetchPypi
, pytestCheckHook
, python
, mock
, setuptools-scm
, pythonOlder
, setuptools-scm
, setuptools
}:

buildPythonPackage rec {
Expand All @@ -26,6 +27,10 @@ buildPythonPackage rec {
setuptools-scm
];

propagatedBuildInputs = [
setuptools
];

checkInputs = [
mock
pytestCheckHook
Expand Down

0 comments on commit 699bdb6

Please sign in to comment.