python3Packages.pytest-services: add missing zc_lockfile dependency
This commit is contained in:
parent
cb740cbe81
commit
38f1f74324
@ -6,6 +6,7 @@
|
|||||||
, psutil
|
, psutil
|
||||||
, pytest
|
, pytest
|
||||||
, subprocess32
|
, subprocess32
|
||||||
|
, zc_lockfile
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -21,6 +22,7 @@ buildPythonPackage rec {
|
|||||||
requests
|
requests
|
||||||
psutil
|
psutil
|
||||||
pytest
|
pytest
|
||||||
|
zc_lockfile
|
||||||
] ++ lib.optional (!isPy3k) subprocess32;
|
] ++ lib.optional (!isPy3k) subprocess32;
|
||||||
|
|
||||||
# no tests in PyPI tarball
|
# no tests in PyPI tarball
|
||||||
|
Loading…
x
Reference in New Issue
Block a user