geany: remove pythonnative from inherit

* build tested with oe-core patch removing python2 from hosttools
* checked log files and there are no traces that a running python is required

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller
2019-12-16 02:20:45 +01:00
committed by Khem Raj
parent f088ea4b26
commit 5796a9ff45
+1 -1
View File
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native"
inherit features_check autotools pkgconfig perlnative pythonnative gettext
inherit features_check autotools pkgconfig perlnative gettext
REQUIRED_DISTRO_FEATURES = "x11"