From 2da9acb267c47dde5edf65caf6cdd84c1d6d975b Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 16 Jun 2019 15:43:23 +0300 Subject: 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 --- net-libs/libsoup/libsoup-2.64.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net-libs/libsoup') diff --git a/net-libs/libsoup/libsoup-2.64.2.ebuild b/net-libs/libsoup/libsoup-2.64.2.ebuild index cbd439f73b92..92eb098a8c55 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 -- cgit v1.2.3-65-gdbad