d128db448b
Co-authored-by: richard <richard@dotmodus>
4 lines
129 B
Python
4 lines
129 B
Python
BROKEN_RECIPES = set()
|
|
|
|
# recipes that were already built will be skipped
|
|
CORE_RECIPES = set(["kivy", "hostpython3", "python3"])
|