RAN: '/usr/local/bin/cython ./kivy/properties.pyx'
STDOUT:
Error compiling Cython file:
------------------------------------------------------------
...
'NumericProperty', 'StringProperty', 'ListProperty',
'ObjectProperty', 'BooleanProperty', 'BoundedNumericProperty',
'OptionProperty', 'ReferenceListProperty', 'AliasProperty',
'DictProperty', 'VariableListProperty', 'ConfigParserProperty')
include "config.pxi"
^
------------------------------------------------------------
kivy/properties.pyx:217:0: 'config.pxi' not found
From @germn on December 19, 2016 14:26
kivy==masteris broken when we try to build it for android.Problem appeared recently, probably after this commit.
Copied from original issue: kivy/kivy#4832