From 3e561b0beb4ea45061159933657789a12be3c42d Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Fri, 9 Nov 2018 00:07:32 +0100 Subject: [PATCH] Updates docstring to current state The `rebuild_updated_recipes.py` was updated and some limitations fixed, but the docstring was left behind, see b6ca832 and d563fcf. --- ci/rebuild_updated_recipes.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ci/rebuild_updated_recipes.py b/ci/rebuild_updated_recipes.py index b4397a7c65..22ef16828d 100755 --- a/ci/rebuild_updated_recipes.py +++ b/ci/rebuild_updated_recipes.py @@ -14,14 +14,13 @@ ``` Current limitations: -- handle the case with conflicting requirements +- will fail on conflicting requirements e.g. https://travis-ci.org/AndreMiras/python-for-android/builds/438840800 - the list was huge and result was: + the list of recipes was huge and result was: [ERROR]: Didn't find any valid dependency graphs. [ERROR]: This means that some of your requirements pull in conflicting dependencies. -- currently only builds on target python3crystax (even though python2 is supported) -- comprehensive list of working/broken recipes is not yet known - only rebuilds on sdl2 bootstrap +- supports mainly python3crystax with fallback to python2, but no python3 support """ import sh import os