]> code.ossystems Code Review - openembedded-core.git/commitdiff
subversion: remove unnecessary python dependency
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 6 May 2016 15:47:00 +0000 (18:47 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2016 07:04:11 +0000 (08:04 +0100)
It would be useful if swig was enabled, but it isn't.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/recipes-devtools/subversion/subversion_1.9.3.bb

index a19a675c58ab623f402918ba24095420e56966c7..626276d402ae15b8148120d61c78d30c50445d9b 100644 (file)
@@ -8,7 +8,7 @@ HOMEPAGE = "http://subversion.tigris.org"
 
 BBCLASSEXTEND = "native"
 
-inherit gettext pythonnative
+inherit gettext
 
 SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://disable_macos.patch \