diff --git a/.ci/constants.py b/.ci/constants.py index b1f74ac..383cbad 100644 --- a/.ci/constants.py +++ b/.ci/constants.py @@ -1,4 +1,4 @@ -BROKEN_RECIPES = set(['pil', 'pkgresources']) +BROKEN_RECIPES = set() # recipes that were already built will be skipped CORE_RECIPES = set(["kivy", "hostpython3", "python3"])