kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=c955d488f9dd0a846531f0a4cef37183fe952022
commit c955d488f9dd0a846531f0a4cef37183fe952022 Author: Kai Huuhko <[email protected]> Date: Sun Aug 14 04:41:11 2016 +0300 setup.py: Blacklist Cython 0.24 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc784f4..ff9547a 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ VERSION = "%d.%d" % (vers[0], vers[1] if vers[2] < 99 else vers[1] + 1) # dependencies CYTHON_MIN_VERSION = "0.21" -CYTHON_BLACKLIST = ("0.23") +CYTHON_BLACKLIST = ("0.23", "0.24") EFL_MIN_VER = RELEASE ELM_MIN_VER = RELEASE --
