Removed broken packages listing for non-existing packages (#525)
Co-authored-by: richard <richard@dotmodus>
This commit is contained in:
parent
bbab8b887a
commit
d128db448b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
BROKEN_RECIPES = set(['pil', 'pkgresources'])
|
BROKEN_RECIPES = set()
|
||||||
|
|
||||||
# recipes that were already built will be skipped
|
# recipes that were already built will be skipped
|
||||||
CORE_RECIPES = set(["kivy", "hostpython3", "python3"])
|
CORE_RECIPES = set(["kivy", "hostpython3", "python3"])
|
||||||
|
|
Loading…
Add table
Reference in a new issue