Skip to content

Commit 9267148

Browse files
committed
Moved python3 patches to correct locations specified by recipe
1 parent 9b608e8 commit 9267148

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

testapps/setup_testapp_python3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33
from setuptools import find_packages
44

5-
options = {'apk': {'requirements': 'sdl2,numpy,pyjnius,kivy,python3',
5+
options = {'apk': {'requirements': 'sdl2,numpy,pyjnius,kivy,python3==3.7.1,hostpython3==3.7.1',
66
'blacklist-requirements': 'openssl,sqlite3',
77
'android-api': 27,
88
'ndk-api': 21,

0 commit comments

Comments
 (0)