Include the pkgresources version that works with pil instead of taking it from the system where it might not exist.

This commit is contained in:
akshayaurora 2015-02-27 20:15:29 +05:30
parent 69813cd5da
commit 91e24a0afa
2 changed files with 2896 additions and 1 deletions

View file

@ -10,7 +10,7 @@ class pkg_resources(Recipe):
url = ""
def prebuild_arch(self, arch):
sh.cp("/Library/Python/2.7/site-packages/pkg_resources.py", join(self.ctx.dist_dir, "root", "python", "lib", "python2.7", "site-packages", "pkg_resources.py"))
sh.cp("pkg_resources.py", join(self.ctx.dist_dir, "root", "python", "lib", "python2.7", "site-packages", "pkg_resources.py"))
recipe = pkg_resources()

File diff suppressed because it is too large Load diff