kivy-ios/.ci/constants.py
Richard Larkin d128db448b
Removed broken packages listing for non-existing packages (#525)
Co-authored-by: richard <richard@dotmodus>
2020-07-02 22:36:04 +02:00

4 lines
129 B
Python

BROKEN_RECIPES = set()
# recipes that were already built will be skipped
CORE_RECIPES = set(["kivy", "hostpython3", "python3"])