dev-python/random2: python3_8

No test failure.

Closes: https://bugs.gentoo.org/701806
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2019-12-02 22:18:44 +01:00
committed by Aaron Bauman
parent d5ccf03b17
commit 7ef3de32e8

View File

@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1
DESCRIPTION="Python-2.7 random module ported to python-3"