summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-29 18:06:56 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-29 18:06:56 +0100
commitcb9128fc24c6dd7d9c30b46bbd273d70c777b8b9 (patch)
tree5932ec72289e6c07eb93275c130859fd157b7dda
parent1c62f5594c53f63929e916756d8dd0506d3d7615 (diff)
downloadlorries-cb9128fc24c6dd7d9c30b46bbd273d70c777b8b9.tar.gz
Add 'wheel' Python packagesam/add-wheel
This is a build-time dependency of the ruamel.std.argparse package.
-rw-r--r--open-source-lorries/python-packages.lorry4
1 files changed, 4 insertions, 0 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 12b8aff..7c8ad68 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -676,6 +676,10 @@
"type": "git",
"url": "git://github.com/mitsuhiko/werkzeug.git"
},
+ "python-packages/wheel": {
+ "type": "hg",
+ "url": "https://bitbucket.org/pypa/wheel"
+ },
"python-packages/wsgiref": {
"type": "git",
"url": "git://github.com/Xowap/wsgiref"