amazon-glacier-cmd-interface: fix missing argparse dep

This commit is contained in:
Jörg Thalheim 2017-06-18 10:27:13 +01:00
parent 4c4b102339
commit 3a15cdea6f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -11,8 +11,12 @@ python2Packages.buildPythonApplication rec {
sha256 = "1k5z8kda9v6klr4536pf5qbq9zklxvyysv7nc48gllschl09jywc";
};
# argparse is part of the standardlib
prePatch = ''
substituteInPlace setup.py --replace "'argparse'," ""
'';
propagatedBuildInputs = with python2Packages; [
argparse
boto
dateutil
prettytable