[Opensrf-commits] r1255 - trunk/src/python
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 5 22:35:25 EST 2008
Author: dbs
Date: 2008-03-05 22:02:59 -0500 (Wed, 05 Mar 2008)
New Revision: 1255
Modified:
trunk/src/python/setup.py
Log:
Overcome old setuptools' inability to convert FTP listings to URLs with
a direct URI for python-memcached
Modified: trunk/src/python/setup.py
===================================================================
--- trunk/src/python/setup.py 2008-03-05 23:14:41 UTC (rev 1254)
+++ trunk/src/python/setup.py 2008-03-06 03:02:59 UTC (rev 1255)
@@ -6,12 +6,13 @@
version='1.0.0',
install_requires=[
'dnspython', # required by pyxmpp
- 'python-memcached', # older setuptools fails to resolve this
+ 'python-memcached',
'pyxmpp>=1.0.0',
'simplejson>=1.7.1'
],
dependency_links = [
"http://pyxmpp.jajcus.net/downloads/",
+ "ftp://ftp.tummy.com/pub/python-memcached/python-memcached-latest.tar.gz"
],
description='OpenSRF Python Modules',
author='Bill Erickson',
More information about the opensrf-commits
mailing list