summary refs log tree commit diff
path: root/pkgs/development/python-modules/dyn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/dyn/default.nix')
-rw-r--r--pkgs/development/python-modules/dyn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dyn/default.nix b/pkgs/development/python-modules/dyn/default.nix
index b5fa28f2de6..7cddb324f3a 100644
--- a/pkgs/development/python-modules/dyn/default.nix
+++ b/pkgs/development/python-modules/dyn/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, buildPythonPackage, fetchPypi, pytest, pytestcov, mock
+{ lib, buildPythonPackage, fetchPypi, pytest, pytestcov, mock
 , pytest_xdist, covCore, glibcLocales }:
 
 buildPythonPackage rec {