From 4fea103303e6839d89079c1e63d88225a732509d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 22:23:46 +0100 Subject: Disable mirroring of Python suds package The original suds package has not been updated since about 2012, and its repository on Bitbucket is no longer available. There are some live forks of it but it's not clear which one we should treat as the successor. --- open-source-lorries-disabled/python-packages.lorry | 4 ++++ open-source-lorries/python-packages.lorry | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/open-source-lorries-disabled/python-packages.lorry b/open-source-lorries-disabled/python-packages.lorry index e735759..d66e925 100644 --- a/open-source-lorries-disabled/python-packages.lorry +++ b/open-source-lorries-disabled/python-packages.lorry @@ -16,5 +16,9 @@ "module": "pysnmp", "type": "cvs", "url": ":pserver:anonymous@pysnmp.cvs.sourceforge.net:/cvsroot/pysnmp" + }, + "python-packages/suds": { + "type": "hg", + "url": "https://bitbucket.org/mirror/suds" } } diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 15ae47a..113169d 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -650,10 +650,6 @@ "type": "bzr", "url": "lp:subunit" }, - "python-packages/suds": { - "type": "hg", - "url": "https://bitbucket.org/mirror/suds" - }, "python-packages/python-systemd": { "type": "git", "url": "git://github.com/systemd/python-systemd" -- cgit v1.2.1