commit:     1eb47ddb30429bad05bbe8f1d292457eaffebb2e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 18:39:47 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 18:41:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb47ddb

dev-python/sshtunnel: enable py3.10

Closes: https://bugs.gentoo.org/808957
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/sshtunnel/sshtunnel-0.3.1.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild 
b/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild
index d313a971c12..51ca22c5ab1 100644
--- a/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild
+++ b/dev-python/sshtunnel/sshtunnel-0.3.1.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Pure Python SSH tunnels"
@@ -14,9 +13,7 @@ SRC_URI="mirror://pypi/s/sshtunnel/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"
-IUSE=""
 
 RESTRICT="test"
 
 RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"

Reply via email to