From f2036249492d743ce0af97fe3ea1d93f8116048b Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 2 Feb 2015 13:50:30 +0000 Subject: Fix psycopg repository The previous link was pointed to a Windows python-postgresql adapter. --- open-source-lorries/python-packages.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index f841221..8a44245 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", -- cgit v1.2.1 From 3443472c0ff91235bb9c9a02ba42c0cfda8aa625 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 2 Feb 2015 13:54:44 +0000 Subject: Add python-memcached lorry --- open-source-lorries/python-packages.lorry | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 8a44245..be1261d 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -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" -- cgit v1.2.1