From a91497d2cde2d84a65f3a065fb5a7c5c22e65e9d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 7 Sep 2020 21:37:39 +0100 Subject: Disable mirroring of PyPI software We were mirroring PyPI from Bitbucket under the name "python-packages/decorator". This was added by commit 7ce9a738a726 "Lorry OpenStack dependencies." and seems to have been a mistake. We mirror the actual Python decorator package as "python-packages/python-decorator". --- open-source-lorries-disabled/python-packages.lorry | 4 ++++ open-source-lorries/python-packages.lorry | 4 ---- 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 8e57236..e735759 100644 --- a/open-source-lorries-disabled/python-packages.lorry +++ b/open-source-lorries-disabled/python-packages.lorry @@ -3,6 +3,10 @@ "type": "hg", "url": "https://bitbucket.org/runeh/anyjson" }, + "python-packages/decorator": { + "type": "hg", + "url": "https://bitbucket.org/pypa/pypi" + }, "python-packages/pyasn1": { "module": "pyasn1", "type": "cvs", diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 7d7d29c..15ae47a 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -77,10 +77,6 @@ "type": "bzr", "url": "lp:dateutil" }, - "python-packages/decorator": { - "type": "hg", - "url": "https://bitbucket.org/pypa/pypi" - }, "python-packages/defusedxml": { "type": "hg", "url": "https://bitbucket.org/tiran/defusedxml", -- cgit v1.2.1