Uses target python3 on conditional buids, fixes #1485#1515
Conversation
`python3crystax` support was removed from the CI in kivy#1471. Conditional builds now relies on `python3` with fallback to `python2`. Adds `python3` support to `jedi` recipe to demonstrate.
|
Build is green on my fork https://travis-ci.org/AndreMiras/python-for-android/builds/466184240 For some reason the conditional build script marked it as |
ghost
left a comment
There was a problem hiding this comment.
I don't know much about the CI setup of p4a, but just from looking over the code I can't see anything that is obviously nonsense or questionable
| url = 'https://github.com/davidhalter/jedi/archive/{version}.tar.gz' | ||
|
|
||
| depends = [('python2', 'python3crystax')] | ||
| depends = [('python2', 'python3crystax', 'python3')] |
There was a problem hiding this comment.
It isn't really documented anywhere, but you can/should omit this from the dependencies in which case all python recipes will be added automatically.
python3crystaxsupport was removed from the CI in #1471.Conditional builds now relies on
python3with fallback topython2.Adds
python3support tojedirecipe to demonstrate.