commit:     077ba6a79390786ff4ae215106621400e9ba542c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 09:48:48 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 10:35:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077ba6a7

dev-python/scripttest: Port to py39

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/scripttest/scripttest-1.3.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild 
b/dev-python/scripttest/scripttest-1.3.0.ebuild
index 088fd5b4c2c..ced51f75881 100644
--- a/dev-python/scripttest/scripttest-1.3.0.ebuild
+++ b/dev-python/scripttest/scripttest-1.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -16,6 +16,4 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 distutils_enable_tests pytest

Reply via email to