net-libs/libsoup: remove unnecessary python build dep
authorMart Raudsepp <leio@gentoo.org>
Sun, 16 Jun 2019 12:43:23 +0000 (15:43 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 16 Jun 2019 12:43:23 +0000 (15:43 +0300)
Python isn't used during build since the port to libpsl for TLDs,
as tld-parser.py is gone with that work. It is only potentially
used with meson build for the apache tests, but we don't use meson
yet (it's deemed experimental port still in 2.64) and we disable
those tests as well. If with meson port it's needed again
explicitly, it'd be behind test USE (though meson itself is python).

Closes: https://bugs.gentoo.org/683940
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-libs/libsoup/libsoup-2.64.2.ebuild

index cbd439f73b92ebf4572af4ab08c62cf5b27bf581..92eb098a8c55ccf050d580a3ed858ed500d592da 100644 (file)
@@ -3,10 +3,9 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_5,3_6} )
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome2 multilib-minimal python-any-r1 vala
+inherit gnome2 multilib-minimal vala
 
 DESCRIPTION="An HTTP library implementation in C"
 HOMEPAGE="https://wiki.gnome.org/Projects/libsoup"
@@ -30,7 +29,6 @@ RDEPEND="
        samba? ( net-fs/samba )
 "
 DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}
        dev-util/glib-utils
        >=dev-util/gtk-doc-am-1.20
        >=dev-util/intltool-0.35