Author: rjollos
Date: Mon Aug 19 07:06:11 2013
New Revision: 1515291

URL: http://svn.apache.org/r1515291
Log:
Specify version of pytz in requirements file to avoid problems with pip >= 1.4, 
which doesn't install pre-release versions by default. The versioning scheme 
for pytz is identified by pip as a pre-release version. Refs #627.

Modified:
    bloodhound/trunk/installer/requirements-dev.txt
    bloodhound/trunk/installer/requirements.txt

Modified: bloodhound/trunk/installer/requirements-dev.txt
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/installer/requirements-dev.txt?rev=1515291&r1=1515290&r2=1515291&view=diff
==============================================================================
--- bloodhound/trunk/installer/requirements-dev.txt (original)
+++ bloodhound/trunk/installer/requirements-dev.txt Mon Aug 19 07:06:11 2013
@@ -16,7 +16,7 @@
 #  under the License.
 
 Pygments
-pytz
+pytz==2013b
 sqlparse==0.1.7
 Babel==0.9.6
 Genshi==0.6.1

Modified: bloodhound/trunk/installer/requirements.txt
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/installer/requirements.txt?rev=1515291&r1=1515290&r2=1515291&view=diff
==============================================================================
--- bloodhound/trunk/installer/requirements.txt (original)
+++ bloodhound/trunk/installer/requirements.txt Mon Aug 19 07:06:11 2013
@@ -16,7 +16,7 @@
 #  under the License.
 
 Pygments
-pytz
+pytz==2013b
 sqlparse==0.1.7
 Babel==0.9.6
 Genshi==0.6.1


Reply via email to