python3.pkgs.setupmeta: add missing dependencies
This commit is contained in:
parent
24fcb50419
commit
286e3eb1c5
@ -4,10 +4,12 @@
|
||||
, git
|
||||
, mock
|
||||
, pep440
|
||||
, pip
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools-scm
|
||||
, six
|
||||
, wheel
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -30,12 +32,14 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
wheel
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
git
|
||||
mock
|
||||
pep440
|
||||
pip
|
||||
pytestCheckHook
|
||||
six
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user