summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 22:38:28 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commitb005cb02fdb804b63798019cd3de4ec1582fe26c (patch)
treec12d06d846dfc171ee9a32ab6367d6f32a59852c
parent4139b74e0b3e8e191bdbb0ddfb1fa550750f4649 (diff)
downloadlorries-bwh/bitbucket-migration.tar.gz
Mark Python singledispatch module as obsoletebwh/bitbucket-migration
singledispatch is part of the standard library in all supported Python versions, and its repository on Bitbucket is no longer available.
-rw-r--r--open-source-lorries/python-packages.lorry3
1 files changed, 2 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 0b0c596..17ab225 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -843,7 +843,8 @@
},
"python-packages/singledispatch" : {
"type": "hg",
- "url": "https://bitbucket.org/ambv/singledispatch"
+ "url": "https://bitbucket.org/ambv/singledispatch",
+ "description": "Obsolete (included in Python standard library)"
},
"python-packages/pymox":{
"type": "git",