python3Packages.pytest-services: add missing zc_lockfile dependency

This commit is contained in:
Jonathan Ringer 2019-12-21 14:34:15 -08:00 committed by Frederik Rietdijk
parent cb740cbe81
commit 38f1f74324

View File

@ -6,6 +6,7 @@
, psutil
, pytest
, subprocess32
, zc_lockfile
}:
buildPythonPackage rec {
@ -21,6 +22,7 @@ buildPythonPackage rec {
requests
psutil
pytest
zc_lockfile
] ++ lib.optional (!isPy3k) subprocess32;
# no tests in PyPI tarball