Skip to content

Commit c3d9ec5

Browse files
committedJul 15, 2017
pythonPackages.unittest2: Fix missing argument to substituteInPlace
1 parent 7d95391 commit c3d9ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/top-level/python-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -24840,7 +24840,7 @@ in {
2484024840

2484124841
postPatch = ''
2484224842
# argparse is needed for python < 2.7, which we do not support anymore.
24843-
substituteInPlace setup.py --replace "argparse"
24843+
substituteInPlace setup.py --replace "argparse" ""
2484424844

2484524845
# # fixes a transient error when collecting tests, see https://bugs.launchpad.net/python-neutronclient/+bug/1508547
2484624846
sed -i '510i\ return None, False' unittest2/loader.py

0 commit comments

Comments
 (0)
Please sign in to comment.