fix pkgresources recipe

This commit is contained in:
akshayaurora 2016-12-10 04:08:27 +05:30
parent cbb5d76832
commit c74994eb14
2 changed files with 1 additions and 1 deletions

View file

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