File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44class PreppyRecipe (PythonRecipe ):
55 version = '27b7085'
66 url = 'https://bitbucket.org/rptlab/preppy/get/{version}.tar.gz'
7- depends = []
7+ depends = [( 'python2' , 'python3crystax' ) ]
88 patches = ['fix-setup.patch' ]
99 call_hostpython_via_targetpython = False
1010
Original file line number Diff line number Diff line change 44class PyRXPURecipe (CompiledComponentsPythonRecipe ):
55 version = '2a02cecc87b9'
66 url = 'https://bitbucket.org/rptlab/pyrxp/get/{version}.tar.gz'
7- depends = ['python2' ]
7+ depends = [( 'python2' , 'python3crystax' ) ]
88 patches = []
99
1010
Original file line number Diff line number Diff line change 77class ReportLabRecipe (CompiledComponentsPythonRecipe ):
88 version = 'c088826211ca'
99 url = 'https://bitbucket.org/rptlab/reportlab/get/{version}.tar.gz'
10- depends = ['python2' , 'freetype' ]
10+ depends = [( 'python2' , 'python3crystax' ) , 'freetype' ]
1111
1212 def prebuild_arch (self , arch ):
1313 if not self .is_patched (arch ):
You can’t perform that action at this time.
0 commit comments