Merge pull request #119 from kivy/pil
Include the pkgresources version that works with pil instead of taking i...
This commit is contained in:
commit
d04fd46bf2
2 changed files with 2896 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
2895
recipes/pkgresources/pkg_resources.py
Normal file
2895
recipes/pkgresources/pkg_resources.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue