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 4
4
class PreppyRecipe (PythonRecipe ):
5
5
version = '27b7085'
6
6
url = 'https://bitbucket.org/rptlab/preppy/get/{version}.tar.gz'
7
- depends = []
7
+ depends = [( 'python2' , 'python3crystax' ) ]
8
8
patches = ['fix-setup.patch' ]
9
9
call_hostpython_via_targetpython = False
10
10
Original file line number Diff line number Diff line change 4
4
class PyRXPURecipe (CompiledComponentsPythonRecipe ):
5
5
version = '2a02cecc87b9'
6
6
url = 'https://bitbucket.org/rptlab/pyrxp/get/{version}.tar.gz'
7
- depends = ['python2' ]
7
+ depends = [( 'python2' , 'python3crystax' ) ]
8
8
patches = []
9
9
10
10
Original file line number Diff line number Diff line change 7
7
class ReportLabRecipe (CompiledComponentsPythonRecipe ):
8
8
version = 'c088826211ca'
9
9
url = 'https://bitbucket.org/rptlab/reportlab/get/{version}.tar.gz'
10
- depends = ['python2' , 'freetype' ]
10
+ depends = [( 'python2' , 'python3crystax' ) , 'freetype' ]
11
11
12
12
def prebuild_arch (self , arch ):
13
13
if not self .is_patched (arch ):
You can’t perform that action at this time.
0 commit comments