diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-02-03 11:05:36 +0000 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-02-03 11:05:36 +0000 |
commit | d8700d9300380ccf755dfcf20d5d2f37f98d9b25 (patch) | |
tree | 6fa2ab90b9179a38fb4da489297d93f2cba8ef0d | |
parent | feaa76ae3e8c5dc99f1782209056f7f9caecff67 (diff) | |
parent | 3443472c0ff91235bb9c9a02ba42c0cfda8aa625 (diff) | |
download | lorries-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.lorry | 6 |
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" |