setup: disjoint pythonefl version from efl version

minor version of bindings and efl are not always the same
This commit is contained in:
Davide Andreoli 2021-12-05 12:04:09 +01:00
parent fabcef1278
commit 7141f21f0b
1 changed files with 1 additions and 1 deletions

View File

@ -17,9 +17,9 @@ script_path = os.path.dirname(os.path.abspath(__file__))
RELEASE = __version__
# dependencies
EFL_MIN_VER = '1.25.99'
CYTHON_MIN_VERSION = '0.23.5'
CYTHON_BLACKLIST = ()
EFL_MIN_VER = RELEASE
# basic utils