aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/python/python-etk_svn.bb
blob: bc0ad9846eed13e65f4aa597513832a3dbf16fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"

SRCREV = "${EFL_SRCREV}"

SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http"

do_stage() {         
	distutils_stage_all 
}