Skip to content

Commit 0fcf195

Browse files
authored
Merge pull request #1451 from AndreMiras/feature/update_rebuild_script_limitations_docstring
Updates docstring to current state
2 parents b64b9ec + 3e561b0 commit 0fcf195

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ci/rebuild_updated_recipes.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
```
1515
1616
Current limitations:
17-
- handle the case with conflicting requirements
17+
- will fail on conflicting requirements
1818
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:
2020
[ERROR]: Didn't find any valid dependency graphs.
2121
[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
2422
- only rebuilds on sdl2 bootstrap
23+
- supports mainly python3crystax with fallback to python2, but no python3 support
2524
"""
2625
import sh
2726
import os

0 commit comments

Comments
 (0)