python-connexion svn RDEPENDS+=python-ctypes
authorMichael Lauer <mickey@vanille-media.de>
Wed, 27 Aug 2008 15:58:58 +0000 (15:58 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 27 Aug 2008 15:58:58 +0000 (15:58 +0000)
packages/python/python-connexion_svn.bb

index 017de94..ae546f5 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "GPL"
 BV = "0.4.6"
 PV = "${BV}+svnr${SRCREV}"
-PR = "ml0"
+PR = "ml1"
 
 inherit distutils
 
@@ -24,3 +24,6 @@ do_install() {
                cd ${S}/$i && distutils_do_install
        done
 }
+
+RDEPENDS_${PN} += "python-ctypes"
+