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):
28
28
'vlc' ,
29
29
# need extra gfortran NDK system add-on
30
30
'lapack' , 'scipy' ,
31
+ # Outdated and there's a chance that is now useless.
32
+ 'zope_interface' ,
31
33
])
32
34
33
35
BROKEN_RECIPES = {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def build_arch(self, arch):
19
19
# folders (once is installed), that leads into an ImportError.
20
20
# Here we intentionally apply a patch to solve that, so, in case that
21
21
# 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' )
23
23
self .apply_patch ('fix-init.patch' , arch .arch , build_dir = zope_install )
24
24
25
25
def prebuild_arch (self , arch ):
You can’t perform that action at this time.
0 commit comments