diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-06-16 15:43:23 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-06-16 15:43:23 +0300 |
commit | 2da9acb267c47dde5edf65caf6cdd84c1d6d975b (patch) | |
tree | 9b1b3a958cfcd9a7d2960843c4919340771d4ddc /net-libs/libsoup | |
parent | dev-python/ndg-httpsclient: Add py3.7 (diff) | |
download | gentoo-2da9acb267c47dde5edf65caf6cdd84c1d6d975b.tar.gz gentoo-2da9acb267c47dde5edf65caf6cdd84c1d6d975b.tar.bz2 gentoo-2da9acb267c47dde5edf65caf6cdd84c1d6d975b.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r-- | net-libs/libsoup/libsoup-2.64.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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 |