8000 Fixed python3 recipe references · kived/python-for-android@0dd89fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 0dd89fb

Browse files
committed
Fixed python3 recipe references
1 parent e16c249 commit 0dd89fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/recipes/babel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class BabelRecipe(PythonRecipe):
66
version = '2.1.1'
77
url = 'https://pypi.python.org/packages/source/B/Babel/Babel-{version}.tar.gz'
88

9-
depends = [('python2', 'python3'), 'setuptools', 'pytz']
9+
depends = [('python2', 'python3crystax'), 'setuptools', 'pytz']
1010

1111
call_hostpython_via_targetpython = False
1212
install_in_hostpython = True

pythonforandroid/recipes/pytz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class PytzRecipe(PythonRecipe):
66
version = '2015.7'
77
url = 'https://pypi.python.org/packages/source/p/pytz/pytz-{version}.tar.bz2'
88

9-
depends = [('python2', 'python3')]
9+
depends = [('python2', 'python3crystax')]
1010

1111
call_hostpython_via_targetpython = False
1212
install_in_hostpython = True

0 commit comments

Comments
 (0)
0