Update enum34 url
This commit is contained in:
parent
da5040d5cd
commit
0404d269b4
1 changed files with 1 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue