Enable 1.7 compatibility packages.

This commit is contained in:
Kai Huuhko 2013-11-24 23:32:29 +02:00
parent 4bd9dd3243
commit d3962ae2a9
1 changed files with 2 additions and 2 deletions

View File

@ -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",