blob: 85cb824b2d8629031ae544b45a7823b7b55c3f3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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${SRCREV}"
PR = "ml1"
SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD/BINDINGS/python;module=${PN};proto=http"
do_stage() {
distutils_stage_all
}
|