From 736abe7f675bf4b4383599973623a87e399afe46 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 6 Feb 2019 18:52:59 +0000 Subject: [PATCH] Deleted kivent recipes from constants.py --- ci/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/constants.py b/ci/constants.py index e8dc562a0a..5484f15de3 100644 --- a/ci/constants.py +++ b/ci/constants.py @@ -24,7 +24,6 @@ class TargetPython(Enum): 'groestlcoin_hash', 'hostpython3crystax', # https://github.com/kivy/python-for-android/issues/1354 - 'kivent_core', 'kivent_cymunk', 'kivent_particles', 'kivent_polygen', 'kiwisolver', # https://github.com/kivy/python-for-android/issues/1399 'libglob', @@ -80,7 +79,6 @@ class TargetPython(Enum): 'ffpyplayer', 'icu', # https://github.com/kivy/python-for-android/issues/1354 - 'kivent_core', 'kivent_cymunk', 'kivent_particles', 'kivent_polygen', # The opencv recipe fails to pass travis tests due to the long processing # when building it and the lack of console output, so, it's only broken # for travis, see: https://github.com/kivy/python-for-android/pull/1661