summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-08 00:20:22 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:47:41 +0100
commitce863d730b4a7946ffbe0041627d677c2f462e17 (patch)
treec290d6f6555c6261fcdcdf52aa8d42215a075a40
parent097b1852b93610a4c6ac855f7b1da3a1365455db (diff)
downloadlorries-ce863d730b4a7946ffbe0041627d677c2f462e17.tar.gz
Update mirroring of Python dateutil package
dateutil moved from Launchpad to GitHub. Since it switched from Bazaar to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/python-packages.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 17ab225..f13687f 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -75,7 +75,12 @@
},
"python-packages/dateutil": {
"type": "bzr",
- "url": "lp:dateutil"
+ "url": "lp:dateutil",
+ "description": "Obsolete (use python-packages/dateutil-git)"
+ },
+ "python-packages/dateutil-git": {
+ "type": "git",
+ "url": "https://github.com/dateutil/dateutil.git"
},
"python-packages/defusedxml": {
"type": "hg",