diff options
Diffstat (limited to 'dev-python/webencodings/webencodings-0.5.1-r1.ebuild')
-rw-r--r-- | dev-python/webencodings/webencodings-0.5.1-r1.ebuild | 6 |
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() { |