python.pkgs.argparse: remove
argparse is part of stdlib in 2.7 and 3.2+
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
, pyplatec
|
||||
, protobuf
|
||||
, purepng
|
||||
, argparse
|
||||
, h5py
|
||||
, gdal
|
||||
}:
|
||||
@@ -35,7 +34,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
buildInputs = [ nose ];
|
||||
propagatedBuildInputs = [ noise numpy pyplatec protobuf purepng argparse h5py gdal ];
|
||||
propagatedBuildInputs = [ noise numpy pyplatec protobuf purepng h5py gdal ];
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace setup.py \
|
||||
|
||||
Reference in New Issue
Block a user