diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-06-29 18:06:56 +0100 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-06-29 18:06:56 +0100 |
commit | cb9128fc24c6dd7d9c30b46bbd273d70c777b8b9 (patch) | |
tree | 5932ec72289e6c07eb93275c130859fd157b7dda /open-source-lorries | |
parent | 1c62f5594c53f63929e916756d8dd0506d3d7615 (diff) | |
download | lorries-cb9128fc24c6dd7d9c30b46bbd273d70c777b8b9.tar.gz |
Add 'wheel' Python packagesam/add-wheel
This is a build-time dependency of the ruamel.std.argparse package.
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/python-packages.lorry | 4 |
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" |