dbus-python: add missing dependency
[scm/bb/meta-tizen.git] / recipes-tizen / dbus-python / dbus-python-extraconf.inc
index 13108ba..3a23aa0 100644 (file)
@@ -1,3 +1,8 @@
+PROVIDES += "python-dbus"
+RPROVIDES_${PN} += "python-dbus"
+
+DEPENDS += "python"
+
 do_compile_prepend() {
     export BUILD_SYS=${BUILD_SYS}
     export HOST_SYS=${HOST_SYS}
@@ -8,6 +13,3 @@ do_compile_prepend() {
 FILES_${PN}-dbg += "${prefix}/lib/python2.7/site-packages/.debug"
 
 FILES_${PN} += "/usr/share"
-
-PROVIDES += "python-dbus"
-RPROVIDES_${PN} += "python-dbus"
\ No newline at end of file