Removed broken packages listing for non-existing packages (#525)

Co-authored-by: richard <richard@dotmodus>
This commit is contained in:
Richard Larkin 2020-07-02 22:36:04 +02:00 committed by GitHub
parent bbab8b887a
commit d128db448b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"])