Merge pull request #119 from kivy/pil

Include the pkgresources version that works with pil instead of taking i...
This commit is contained in:
Mathieu Virbel 2015-02-27 15:49:34 +01:00
commit d04fd46bf2
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