File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 14
14
```
15
15
16
16
Current limitations:
17
- - handle the case with conflicting requirements
17
+ - will fail on conflicting requirements
18
18
e.g. https://travis-ci.org/AndreMiras/python-for-android/builds/438840800
19
- the list was huge and result was:
19
+ the list of recipes was huge and result was:
20
20
[ERROR]: Didn't find any valid dependency graphs.
21
21
[ERROR]: This means that some of your requirements pull in conflicting dependencies.
22
- - currently only builds on target python3crystax (even though python2 is supported)
23
- - comprehensive list of working/broken recipes is not yet known
24
22
- only rebuilds on sdl2 bootstrap
23
+ - supports mainly python3crystax with fallback to python2, but no python3 support
25
24
"""
26
25
import sh
27
26
import os
You can’t perform that action at this time.
0 commit comments