amazon-glacier-cmd-interface: fix missing argparse dep
This commit is contained in:
parent
4c4b102339
commit
3a15cdea6f
@ -11,8 +11,12 @@ python2Packages.buildPythonApplication rec {
|
|||||||
sha256 = "1k5z8kda9v6klr4536pf5qbq9zklxvyysv7nc48gllschl09jywc";
|
sha256 = "1k5z8kda9v6klr4536pf5qbq9zklxvyysv7nc48gllschl09jywc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# argparse is part of the standardlib
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace setup.py --replace "'argparse'," ""
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = with python2Packages; [
|
propagatedBuildInputs = with python2Packages; [
|
||||||
argparse
|
|
||||||
boto
|
boto
|
||||||
dateutil
|
dateutil
|
||||||
prettytable
|
prettytable
|
||||||
|
Loading…
Reference in New Issue
Block a user