add archive dummy for host_setuptools to make toolchain happy

This commit is contained in:
Robert Niederreiter 2016-10-14 10:13:38 +02:00
parent 3375a52195
commit 638e355df0
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -0,0 +1 @@
Make toolchain happy