]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add httplib2 to setup.py.
authorJosh Durgin <josh.durgin@dreamhost.com>
Fri, 8 Jul 2011 00:06:18 +0000 (17:06 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Fri, 8 Jul 2011 00:06:18 +0000 (17:06 -0700)
setup.py

index d78a1c6ce868e42522c5cf90300e1a8d258ba0cb..51fd63e50fc8ffd7c909002ba453bb1c894aa435 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ setup(
         'PyYAML',
         'bunch >=1.0.0',
         'argparse >=1.2.1',
+        'httplib2',
         ],
 
     entry_points={