summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2012-11-30 11:27:15 -0500
committerDan Prince <dprince@redhat.com>2012-11-30 11:29:17 -0500
commit0f83602b6251c2547a9f3211037f65f6dd1105f1 (patch)
tree548cd17ac5e28b771f36fd0204a77d2f51cc26c2 /tools
parent2b3bf3742dd6138db54e587ed51b9df5e27e965a (diff)
downloadpython-keystoneclient-0f83602b6251c2547a9f3211037f65f6dd1105f1.tar.gz
Drop hashlib/hmac from pip-requires.
Python 2.5+ has hashlib. Python 2.2+ has hmac. As such there really is no need to have these in pip-requires. Change-Id: Iaa7f6a6f2db4c5283608c320680da98ae400098f
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 790a7ca..11022aa 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -2,5 +2,3 @@ argparse
httplib2>=0.7
prettytable
simplejson
-hashlib
-hmac