File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
pythonforandroid/recipes/zope_interface Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ class TargetPython(Enum):
2828 'vlc' ,
2929 # need extra gfortran NDK system add-on
3030 'lapack' , 'scipy' ,
31+ # Outdated and there's a chance that is now useless.
32+ 'zope_interface' ,
3133])
3234
3335BROKEN_RECIPES = {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def build_arch(self, arch):
1919 # folders (once is installed), that leads into an ImportError.
2020 # Here we intentionally apply a patch to solve that, so, in case that
2121 # this is solved in the future an error will be triggered
22- zope_install = join (self .ctx .get_site_packages_dir (arch ), 'zope' )
22+ zope_install = join (self .ctx .get_site_packages_dir (), 'zope' )
2323 self .apply_patch ('fix-init.patch' , arch .arch , build_dir = zope_install )
2424
2525 def prebuild_arch (self , arch ):
You can’t perform that action at this time.
0 commit comments