summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 22:23:46 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commit4fea103303e6839d89079c1e63d88225a732509d (patch)
treed56a4c086a026ba7f2509d6455c645484d52a9d3
parenta91497d2cde2d84a65f3a065fb5a7c5c22e65e9d (diff)
downloadlorries-4fea103303e6839d89079c1e63d88225a732509d.tar.gz
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.
-rw-r--r--open-source-lorries-disabled/python-packages.lorry4
-rw-r--r--open-source-lorries/python-packages.lorry4
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"