diff options
Diffstat (limited to 'recipes/python/python-etk_svn.bb')
-rw-r--r-- | recipes/python/python-etk_svn.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/python/python-etk_svn.bb b/recipes/python/python-etk_svn.bb deleted file mode 100644 index dc821c64d4..0000000000 --- a/recipes/python/python-etk_svn.bb +++ /dev/null @@ -1,11 +0,0 @@ -require python-efl.inc -DEPENDS += "etk python-evas python-ecore" -RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk-themes" -PV = "0.1.1+svnr${SRCPV}" -PR = "ml1" - -SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http" - -do_stage() { - distutils_stage_all -} |