kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=d3962ae2a9e0516f4ef7c13f5f7cfcf40f9af15a
commit d3962ae2a9e0516f4ef7c13f5f7cfcf40f9af15a Author: Kai Huuhko <kai.huu...@gmail.com> Date: Sun Nov 24 23:32:29 2013 +0200 Enable 1.7 compatibility packages. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 82a958f..b3a8a44 100755 --- a/setup.py +++ b/setup.py @@ -264,8 +264,8 @@ if set(("build", "build_ext", "install", "bdist", "sdist")) & set(sys.argv): # Compatibility -#compat_packages = ["e_dbus", "ecore", "edje", "elementary", "emotion", "evas"] -#packages += compat_packages +compat_packages = ["e_dbus", "ecore", "edje", "elementary", "emotion", "evas"] +packages += compat_packages setup( name = "python-efl", --