summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-03 11:05:36 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-03 11:05:36 +0000
commitd8700d9300380ccf755dfcf20d5d2f37f98d9b25 (patch)
tree6fa2ab90b9179a38fb4da489297d93f2cba8ef0d
parentfeaa76ae3e8c5dc99f1782209056f7f9caecff67 (diff)
parent3443472c0ff91235bb9c9a02ba42c0cfda8aa625 (diff)
downloadlorries-d8700d9300380ccf755dfcf20d5d2f37f98d9b25.tar.gz
Merge branch 'baserock/franred/add-python-postgres-and-memcached-adapters'
Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Paul Sherwood <paul.sherwood@codethink.co.uk>
-rw-r--r--open-source-lorries/python-packages.lorry6
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index f841221..be1261d 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -278,7 +278,7 @@
},
"python-packages/psycopg2": {
"type": "git",
- "url": "git://github.com/nwcell/psycopg2-windows.git"
+ "url": "git://github.com/psycopg/psycopg2.git"
},
"python-packages/py-amqp": {
"type": "git",
@@ -368,6 +368,10 @@
"type": "git",
"url": "https://github.com/ahupp/python-magic.git"
},
+ "python-packages/python-memcached": {
+ "type": "git",
+ "url": "git://github.com/linsomniac/python-memcached.git"
+ },
"python-packages/python-mimeparse": {
"type": "git",
"url": "git://github.com/dbtsai/python-mimeparse.git"