https://github.com/ging/horizon
Revision 43ac9076ff6bebb831eee649b0340ead3d665c55 authored by Sean Dague on 26 June 2014, 21:54:42 UTC, committed by Zhenguo Niu on 03 July 2014, 03:15:52 UTC
On Ubuntu 14.04+ whatever dark magic was installing httplib2 into
the venv for unit testing, is no longer doing it, as httplib2 was
not an explicit requirement.

It is clearly used in the code, and a dependency, so be explicit
about it.

Change-Id: I373b87dd4af414d58680d34c4de626ffa953cf57
(cherry picked from commit f712ed04ccb49e832142944d579e89fb7c14d394)
1 parent 21eaefb
History
Tip revision: 43ac9076ff6bebb831eee649b0340ead3d665c55 authored by Sean Dague on 26 June 2014, 21:54:42 UTC
add httplib2 explicitly to requirements.txt
Tip revision: 43ac907
File Mode Size
.tx
doc
horizon
openstack_dashboard
tools
.gitignore -rw-r--r-- 377 bytes
.gitreview -rw-r--r-- 106 bytes
.mailmap -rw-r--r-- 581 bytes
.pylintrc -rw-r--r-- 1.4 KB
HACKING.rst -rw-r--r-- 1.0 KB
LICENSE -rw-r--r-- 9.9 KB
MANIFEST.in -rw-r--r-- 654 bytes
Makefile -rw-r--r-- 588 bytes
README.rst -rw-r--r-- 3.1 KB
manage.py -rwxr-xr-x 838 bytes
openstack-common.conf -rw-r--r-- 204 bytes
requirements.txt -rw-r--r-- 551 bytes
run_tests.sh -rwxr-xr-x 14.3 KB
setup.cfg -rw-r--r-- 1.0 KB
setup.py -rwxr-xr-x 781 bytes
test-requirements.txt -rw-r--r-- 208 bytes
tox.ini -rw-r--r-- 2.7 KB

README.rst

back to top