commit:     2da9acb267c47dde5edf65caf6cdd84c1d6d975b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 12:43:23 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 12:43:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da9acb2

net-libs/libsoup: remove unnecessary python build dep

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 <AT> gentoo.org>

 net-libs/libsoup/libsoup-2.64.2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-libs/libsoup/libsoup-2.64.2.ebuild 
b/net-libs/libsoup/libsoup-2.64.2.ebuild
index cbd439f73b9..92eb098a8c5 100644
--- a/net-libs/libsoup/libsoup-2.64.2.ebuild
+++ b/net-libs/libsoup/libsoup-2.64.2.ebuild
@@ -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

Reply via email to