summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 18:04:24 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 18:23:31 +0200
commit32602815c6945c955d77a63eb0a80c36d95d7428 (patch)
treec8414e03b9ee9ec5da6f264083e08ed9953f24cb /dev-python/webencodings/webencodings-0.5.1-r1.ebuild
parentdev-python/waitress: Port to py39 (diff)
downloadgentoo-32602815c6945c955d77a63eb0a80c36d95d7428.tar.gz
gentoo-32602815c6945c955d77a63eb0a80c36d95d7428.tar.bz2
gentoo-32602815c6945c955d77a63eb0a80c36d95d7428.zip
dev-python/webencodings: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webencodings/webencodings-0.5.1-r1.ebuild')
-rw-r--r--dev-python/webencodings/webencodings-0.5.1-r1.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
index c511938ec280..007f25600ab4 100644
--- a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
+++ b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
inherit distutils-r1
@@ -15,10 +15,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-BDEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
distutils_enable_tests pytest
python_prepare_all() {