kuuko pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=1149c6ed91a5dcb6e23998ba112d9e3d20a5ceb9

commit 1149c6ed91a5dcb6e23998ba112d9e3d20a5ceb9
Author: Kai Huuhko <kai.huu...@gmail.com>
Date:   Fri Apr 4 17:57:50 2014 +0300

    Bump Cython version requirement for future development.
    
    This is required for const (added in 0.18) and automatic string
    conversion (added in 0.19).
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 1535eba..345a3bf 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ RELEASE = "1.9.99"
 
 
 # dependencies
-CYTHON_MIN_VERSION = "0.17.0"
+CYTHON_MIN_VERSION = "0.19"
 EFL_MIN_VERSION = "1.9.99"
 ELM_MIN_VERSION = "1.9.99"
 

-- 


Reply via email to