dev-python/pyasn1: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 13:48:22 +0000 (14:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 13:53:15 +0000 (14:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyasn1/pyasn1-0.4.3.ebuild

index 219a203b7fd95372c87c7de032a62ffb66fcf074..8b9592f73995bf6ee8833cc894d2cc997ae944ef 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1
 
@@ -17,8 +17,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
 IUSE="doc"
 
 RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+       doc? ( dev-python/sphinx )"
 
 python_test() {
        esetup.py test