[oe-commits] [openembedded-core] 34/59: subversion: remove unnecessary python dependency

git at git.openembedded.org git at git.openembedded.org
Mon May 30 22:00:06 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2349d725afaed993cb210d3f15de948731121e63
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Fri May 6 18:47:00 2016 +0300

    subversion: remove unnecessary python dependency
    
    It would be useful if swig was enabled, but it isn't.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-devtools/subversion/subversion_1.9.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/subversion/subversion_1.9.3.bb b/meta/recipes-devtools/subversion/subversion_1.9.3.bb
index a19a675..626276d 100644
--- a/meta/recipes-devtools/subversion/subversion_1.9.3.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.9.3.bb
@@ -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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list