Update enum34 url

This commit is contained in:
Robert Niederreiter 2016-11-04 15:01:38 +01:00
parent da5040d5cd
commit 0404d269b4

View file

@ -7,11 +7,7 @@ import sh
class Enum34Recipe(PythonRecipe):
version = "1.1.6"
url = (
"https://pypi.python.org/packages/bf/3e/"
"31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/"
"enum34-{version}.tar.gz"
)
url = 'https://pypi.python.org/packages/source/e/enum34/enum34-{version}.tar.gz'
depends = ["python", "host_setuptools"]
def install(self):