summaryrefslogtreecommitdiff
path: root/open-source-lorries-disabled
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 /open-source-lorries-disabled
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.
Diffstat (limited to 'open-source-lorries-disabled')
-rw-r--r--open-source-lorries-disabled/python-packages.lorry4
1 files changed, 4 insertions, 0 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"
}
}