diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:45:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:45:45 +0200 |
commit | 83f3e3b34bc4ab5f8620e866b5c7e4f6b8aa9b5c (patch) | |
tree | cd3e948b4c0b8da3dd7773fdc11df4cd33800a7d /dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | |
parent | dev-python/genson: Enable py3.10 (diff) | |
download | gentoo-83f3e3b34bc4ab5f8620e866b5c7e4f6b8aa9b5c.tar.gz gentoo-83f3e3b34bc4ab5f8620e866b5c7e4f6b8aa9b5c.tar.bz2 gentoo-83f3e3b34bc4ab5f8620e866b5c7e4f6b8aa9b5c.zip |
dev-python/geoip-python: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild')
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild index 6097ed5189aa..6741bf4bd48f 100644 --- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild +++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -18,8 +18,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" -IUSE="examples test" -RESTRICT="!test? ( test )" +IUSE="examples" RDEPEND=">=dev-libs/geoip-1.4.8" DEPEND="${RDEPEND}" |