summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 15:28:42 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 15:34:24 +0200
commit5eefbffe12718cb4534bdea522400a3d28e63c93 (patch)
treefc1bd51b6c2d695e7e308a977f16eeaa205a6694 /dev-python/distro
parentdev-python/dj-database-url: Enable py3.10 (diff)
downloadgentoo-5eefbffe12718cb4534bdea522400a3d28e63c93.tar.gz
gentoo-5eefbffe12718cb4534bdea522400a3d28e63c93.tar.bz2
gentoo-5eefbffe12718cb4534bdea522400a3d28e63c93.zip
dev-python/distro: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/distro')
-rw-r--r--dev-python/distro/distro-1.5.0-r1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/distro/distro-1.5.0-r1.ebuild b/dev-python/distro/distro-1.5.0-r1.ebuild
index b9a85477afec..c8e9c2923639 100644
--- a/dev-python/distro/distro-1.5.0-r1.ebuild
+++ b/dev-python/distro/distro-1.5.0-r1.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Reliable machine-readable Linux distribution information for Python"