summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-services
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-21 14:34:15 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:50 +0100
commit38f1f74324df7cf02eefce58360662b00470afa3 (patch)
tree31be6c4f98e1294429329c06a32860aea167fbe3 /pkgs/development/python-modules/pytest-services
parentcb740cbe815da2d36e935e52f9c5c1adf6c38aa9 (diff)
downloadnixpkgs-38f1f74324df7cf02eefce58360662b00470afa3.tar
nixpkgs-38f1f74324df7cf02eefce58360662b00470afa3.tar.gz
nixpkgs-38f1f74324df7cf02eefce58360662b00470afa3.tar.bz2
nixpkgs-38f1f74324df7cf02eefce58360662b00470afa3.tar.lz
nixpkgs-38f1f74324df7cf02eefce58360662b00470afa3.tar.xz
nixpkgs-38f1f74324df7cf02eefce58360662b00470afa3.tar.zst
nixpkgs-38f1f74324df7cf02eefce58360662b00470afa3.zip
python3Packages.pytest-services: add missing zc_lockfile dependency
Diffstat (limited to 'pkgs/development/python-modules/pytest-services')
-rw-r--r--pkgs/development/python-modules/pytest-services/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pytest-services/default.nix b/pkgs/development/python-modules/pytest-services/default.nix
index 507cb4467bc..c940dcadc7e 100644
--- a/pkgs/development/python-modules/pytest-services/default.nix
+++ b/pkgs/development/python-modules/pytest-services/default.nix
@@ -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