add archive dummy for host_setuptools to make toolchain happy
This commit is contained in:
parent
3375a52195
commit
638e355df0
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ import shutil
|
|||
class HostSetuptools(Recipe):
|
||||
depends = ["hostpython"]
|
||||
archs = ["x86_64"]
|
||||
url = ""
|
||||
url = "setuptools"
|
||||
|
||||
def prebuild_arch(self, arch):
|
||||
hostpython = sh.Command(self.ctx.hostpython)
|
||||
|
|
1
recipes/host_setuptools/setuptools/README.rst
Normal file
1
recipes/host_setuptools/setuptools/README.rst
Normal file
|
@ -0,0 +1 @@
|
|||
Make toolchain happy
|
Loading…
Add table
Reference in a new issue