summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-27 09:47:56 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-27 09:47:56 +0200
commit4931ca4c4802940aa95246382eebe563002e29a8 (patch)
tree71f60b46b5c84e831a68d45a453baed81c495643 /dev-python/priority
parentdev-python/hyper-h2: Port to py39 (diff)
downloadgentoo-4931ca4c4802940aa95246382eebe563002e29a8.tar.gz
gentoo-4931ca4c4802940aa95246382eebe563002e29a8.tar.bz2
gentoo-4931ca4c4802940aa95246382eebe563002e29a8.zip
dev-python/priority: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/priority')
-rw-r--r--dev-python/priority/priority-1.3.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/priority/priority-1.3.0.ebuild b/dev-python/priority/priority-1.3.0.ebuild
index 5720fc1668f2..5ed8bbaa6c9c 100644
--- a/dev-python/priority/priority-1.3.0.ebuild
+++ b/dev-python/priority/priority-1.3.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8})
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9})
inherit distutils-r1
@@ -17,7 +17,6 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] )
"