commit: 9021b4a842099495a6ee57c47a4fe45131af65c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 21:26:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 21:39:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9021b4a8
dev-python/twython: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/twython/twython-3.7.0.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/twython/twython-3.7.0.ebuild
b/dev-python/twython/twython-3.7.0.ebuild
index 207c017737e..8850d99906b 100644
--- a/dev-python/twython/twython-3.7.0.ebuild
+++ b/dev-python/twython/twython-3.7.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -18,8 +18,7 @@ KEYWORDS="amd64 x86"
RDEPEND="
>=dev-python/requests-2.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-oauthlib-0.4.0[${PYTHON_USEDEP}]"
-BDEPEND="
- test? ( dev-python/responses[${PYTHON_USEDEP}] )"
+BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
distutils_enable_tests unittest