File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
pythonforandroid/recipes/zope_interface Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 31
31
@if test -n " $$ CI" ; then .tox/py$(PYTHON_MAJOR_MINOR ) /bin/coveralls; fi ; \
32
32
33
33
rebuild_updated_recipes : virtualenv
34
+ . $(ACTIVATE ) && \
34
35
ANDROID_SDK_HOME=$(ANDROID_SDK_HOME ) ANDROID_NDK_HOME=$(ANDROID_NDK_HOME ) \
35
36
$(PYTHON ) ci/rebuild_updated_recipes.py
36
37
Original file line number Diff line number Diff line change @@ -25,7 +25,11 @@ def build_arch(self, arch):
25
25
def prebuild_arch (self , arch ):
26
26
super (ZopeInterfaceRecipe , self ).prebuild_arch (arch )
27
27
with current_directory (self .get_build_dir (arch .arch )):
28
- sh .rm ('-rf' , 'src/zope/interface/tests' , 'src/zope/interface/common/tests' )
28
+ sh .rm (
29
+ '-rf' ,
30
+ 'src/zope/interface/tests' ,
31
+ 'src/zope/interface/common/tests' ,
32
+ )
29
33
30
34
31
35
recipe = ZopeInterfaceRecipe ()
You can’t perform that action at this time.
0 commit comments