summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-16 14:37:38 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-16 14:53:13 +0100
commit44fdf0772515f74b950baaa797c83e741500167f (patch)
tree54513fea7b515d7dd5851652fa4849064562e5c0 /dev-python/asn1crypto
parentdev-python/cryptography-vectors: Enable py3.8 (diff)
downloadgentoo-44fdf0772515f74b950baaa797c83e741500167f.tar.gz
gentoo-44fdf0772515f74b950baaa797c83e741500167f.tar.bz2
gentoo-44fdf0772515f74b950baaa797c83e741500167f.zip
dev-python/asn1crypto: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/asn1crypto')
-rw-r--r--dev-python/asn1crypto/asn1crypto-0.24.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild b/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild
index 9c2ae09e474b..37fff4cd00fe 100644
--- a/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild
+++ b/dev-python/asn1crypto/asn1crypto-0.24.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
@@ -17,6 +17,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"