summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-etk_git.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/python/python-etk_git.bb b/packages/python/python-etk_git.bb
index 3c2cb71d7e..8f266449d9 100644
--- a/packages/python/python-etk_git.bb
+++ b/packages/python/python-etk_git.bb
@@ -1,11 +1,10 @@
-DESCRIPTION = "Python etk binding"
-require python-efl.inc
-DEPENDS += "etk python-setuptools python-ecore python-cython python-edje"
-RDEPENDS += "etk python-cython python-evas python-ecore python-edje python-numeric python-math etk-themes"
-PR = "r0.01"
+require python-efl.inc
+DEPENDS += "etk"
+RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk-themes"
+PV = "0.0.0+git${SRCREV}"
+PR = "r1"
SRC_URI = "git://staff.get-e.org/users/cmarcelo/python-etk.git;protocol=git"
-
S = "${WORKDIR}/git"
do_stage() {