fix setuptools recipe
This commit is contained in:
parent
ce44cd726a
commit
a8dcc23ab8
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ class LbryRecipe(PythonRecipe):
|
||||||
"ios",
|
"ios",
|
||||||
"pyobjus",
|
"pyobjus",
|
||||||
"sdl2",
|
"sdl2",
|
||||||
|
"setuptools",
|
||||||
|
|
||||||
# install_requires dependencies
|
# install_requires dependencies
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
|
|
|
@ -20,4 +20,4 @@ class SetuptoolsRecipe(PythonRecipe):
|
||||||
shprint(hostpython, "setup.py", "install", "--prefix", dest_dir, _env=build_env)
|
shprint(hostpython, "setup.py", "install", "--prefix", dest_dir, _env=build_env)
|
||||||
|
|
||||||
|
|
||||||
recipe = ChardetRecipe()
|
recipe = SetuptoolsRecipe()
|
||||||
|
|
Loading…
Add table
Reference in a new issue