aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-formencode_svn.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-03-20 22:10:19 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-03-20 22:10:19 +0000
commita29a5e93ed57d0f760b81be1582601604363383b (patch)
treeedaca4da9e14122f7d76330fca2819af50c8a490 /packages/python/python-formencode_svn.bb
parent7f89cc0fbaf8135d70120d8934ba39e9bc89cef7 (diff)
downloadopenembedded-a29a5e93ed57d0f760b81be1582601604363383b.tar.gz
python RDEPENDS fixes and s/distutils/setuptools (by Aloisio Almeida)
Diffstat (limited to 'packages/python/python-formencode_svn.bb')
-rw-r--r--packages/python/python-formencode_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-formencode_svn.bb b/packages/python/python-formencode_svn.bb
index 80a1ba2e5b..97dd5be64b 100644
--- a/packages/python/python-formencode_svn.bb
+++ b/packages/python/python-formencode_svn.bb
@@ -5,9 +5,9 @@ LICENSE = "LGPL"
DEPENDS = "sqlite3"
SRCNAME = "FormEncode"
PV = "0.4+svnr${SRCREV}"
-PR = "ml0"
+PR = "ml1"
-inherit distutils
+inherit setuptools
SRC_URI = "svn://svn.colorstudy.com/FormEncode;module=trunk;proto=http"