diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-10 23:08:37 +0100 |
---|---|---|
committer | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-11 00:17:48 +0100 |
commit | ce0bef65986d265c0cd584f5e135189fbdc70a78 (patch) | |
tree | ed2429704c785b491a3fdb5b97417a8411a251bd | |
parent | d50e7a520e765b5fe0a03b9a740e166b5fe20bd0 (diff) | |
download | lorries-ce0bef65986d265c0cd584f5e135189fbdc70a78.tar.gz |
Mark distutils2 as obsolete
distutils2 was abandoned in 2012. From its PyPI page:
"tl;dr: keep using setuptools and pip for now, don’t use distutils2."
-rw-r--r-- | open-source-lorries/python-packages.lorry | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 8fe53bb..36ff6bf 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -93,7 +93,8 @@ }, "python-packages/disutils2": { "type": "hg", - "url": "http://hg.python.org/distutils2" + "url": "http://hg.python.org/distutils2", + "description": "Obsolete (use python-setuptools-git)" }, "python-packages/django": { "type": "git", |