about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/pytestrunner/2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/pytestrunner/2.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pytestrunner/2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pytestrunner/2.nix b/nixpkgs/pkgs/development/python-modules/pytestrunner/2.nix
index d6203276b827..bea83146c37d 100644
--- a/nixpkgs/pkgs/development/python-modules/pytestrunner/2.nix
+++ b/nixpkgs/pkgs/development/python-modules/pytestrunner/2.nix
@@ -1,4 +1,4 @@
-{ lib, buildPythonPackage, fetchPypi, setuptools_scm, pytest }:
+{ lib, buildPythonPackage, fetchPypi, setuptools-scm, pytest }:
 
 buildPythonPackage rec {
   pname = "pytest-runner";
@@ -9,7 +9,7 @@ buildPythonPackage rec {
     sha256 = "96c7e73ead7b93e388c5d614770d2bae6526efd997757d3543fe17b557a0942b";
   };
 
-  nativeBuildInputs = [ setuptools_scm pytest ];
+  nativeBuildInputs = [ setuptools-scm pytest ];
 
   postPatch = ''
     rm pytest.ini