about summary refs log tree commit diff
path: root/pkgs/development/python-modules/getmac
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-01 23:15:32 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 13:20:46 +0100
commita25311986ed52dba824019dd2a6f16a9410653e7 (patch)
tree46b35b64d93d1f805c0169da5035d562eec0d77b /pkgs/development/python-modules/getmac
parentfca5b85c63fcf52072567dcbe55edbc7118e7f36 (diff)
python3Packages.getmac: Pass py into checkInputs
Diffstat (limited to 'pkgs/development/python-modules/getmac')
-rw-r--r--pkgs/development/python-modules/getmac/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/getmac/default.nix b/pkgs/development/python-modules/getmac/default.nix
index 79f85ad956743..730d9cc3eb334 100644
--- a/pkgs/development/python-modules/getmac/default.nix
+++ b/pkgs/development/python-modules/getmac/default.nix
@@ -1,6 +1,7 @@
 { lib
 , buildPythonPackage
 , fetchFromGitHub
+, py
 , pytest-benchmark
 , pytest-mock
 , pytestCheckHook
@@ -19,6 +20,7 @@ buildPythonPackage rec {
   };
 
   checkInputs = [
+    py
     pytestCheckHook
     pytest-benchmark
     pytest-mock