add version 0.29.0 to py-wheel (#3261)

This commit is contained in:
healther 2017-02-28 17:12:51 +01:00 committed by Adam J. Stewart
parent b5b1e58843
commit a43f2a49cb

View File

@ -31,6 +31,7 @@ class PyWheel(PythonPackage):
homepage = "https://pypi.python.org/pypi/wheel"
url = "https://pypi.python.org/packages/source/w/wheel/wheel-0.26.0.tar.gz"
version('0.29.0', '555a67e4507cedee23a0deb9651e452f')
version('0.26.0', '4cfc6e7e3dc7377d0164914623922a10')
depends_on('py-setuptools', type='build')