summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 23:08:35 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:46:50 +0100
commiteb92939e49e29aae6beba232438ef203ec2872ab (patch)
tree8a04732ae072f841ae66c38885499d628f319e81
parent9eeab1ac408dca887aba4e26a9598999d97124e7 (diff)
downloadlorries-eb92939e49e29aae6beba232438ef203ec2872ab.tar.gz
Disable mirroring of Python anyjson package
anyjson has not been updated since 2012, and its repository on Bitbucket is no longer available.
-rw-r--r--open-source-lorries-disabled/python-packages.lorry4
-rw-r--r--open-source-lorries/python-packages.lorry4
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 3360db1..8e57236 100644
--- a/open-source-lorries-disabled/python-packages.lorry
+++ b/open-source-lorries-disabled/python-packages.lorry
@@ -1,4 +1,8 @@
{
+ "python-packages/anyjson": {
+ "type": "hg",
+ "url": "https://bitbucket.org/runeh/anyjson"
+ },
"python-packages/pyasn1": {
"module": "pyasn1",
"type": "cvs",
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index a6a8f25..7d7d29c 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -11,10 +11,6 @@
"type": "git",
"url": "https://github.com/numerodix/ansicolor"
},
- "python-packages/anyjson": {
- "type": "hg",
- "url": "https://bitbucket.org/runeh/anyjson"
- },
"python-packages/apscheduler": {
"type": "git",
"url": "https://github.com/agronholm/apscheduler.git"