diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-03-28 02:59:17 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-28 07:40:55 +0100 |
commit | 7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6 (patch) | |
tree | b8ae51e1e7d4c8597a8a164bb5c6d0637fe1f0ab /net-libs/libpsl | |
parent | net-irc/iroffer-dinoex: Version bump (v3.32) (diff) | |
download | gentoo-7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6.tar.gz gentoo-7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6.tar.bz2 gentoo-7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6.zip |
net-libs/libpsl: Add build-time dependency on Python.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Closes: https://bugs.gentoo.org/681902
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-libs/libpsl')
-rw-r--r-- | net-libs/libpsl/libpsl-0.20.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild index f6ca2dc10d03..80c11e68aac9 100644 --- a/net-libs/libpsl/libpsl-0.20.2.ebuild +++ b/net-libs/libpsl/libpsl-0.20.2.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_COMPAT=(python{2_7,3_{5,6,7}}) -inherit multilib-minimal +inherit multilib-minimal python-any-r1 DESCRIPTION="C library for the Public Suffix List" HOMEPAGE="https://github.com/rockdaboot/libpsl" @@ -26,6 +27,7 @@ DEPEND=" ${RDEPEND} " BDEPEND=" + ${PYTHON_DEPS} dev-util/gtk-doc-am sys-devel/gettext virtual/pkgconfig |