fix pkgresources recipe
This commit is contained in:
parent
cbb5d76832
commit
c74994eb14
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import os
|
|||
class pkg_resources(Recipe):
|
||||
depends = ["hostpython", "python"]
|
||||
archs = ['i386']
|
||||
url = ""
|
||||
url = "pkgr"
|
||||
|
||||
def prebuild_arch(self, arch):
|
||||
sh.cp("pkg_resources.py", join(self.ctx.dist_dir, "root", "python", "lib", "python2.7", "site-packages", "pkg_resources.py"))
|
||||
|
|
Loading…
Reference in a new issue