We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c3020 commit c4604c8Copy full SHA for c4604c8
pkgs/development/python-modules/pytest-shutil/default.nix
@@ -11,7 +11,6 @@
11
, mock
12
, path
13
, execnet
14
-, contextlib2
15
, termcolor
16
, six
17
@@ -32,6 +31,7 @@ buildPythonPackage rec {
32
31
33
postPatch = ''
34
substituteInPlace setup.py \
+ --replace "contextlib2" 'contextlib2;python_version<"3"' \
35
--replace "path.py" "path"
36
'';
37
@@ -44,7 +44,6 @@ buildPythonPackage rec {
44
mock
45
path
46
execnet
47
- contextlib2
48
termcolor
49
six
50
];
0 commit comments