summaryrefslogtreecommitdiff
path: root/dev-python/asyncssh
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-10 19:50:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-10 19:50:38 +0000
commitac8e94c3fe6b057ef11006a2c61306250487fdeb (patch)
tree98f6364a2963ac742b5f77303a4a9831e203d798 /dev-python/asyncssh
parentda0bb7224c43d5f9831b033750bd967da124132b (diff)
downloadbaldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.gz
baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.tar.xz
baldeagleos-repo-ac8e94c3fe6b057ef11006a2c61306250487fdeb.zip
Adding metadata
Diffstat (limited to 'dev-python/asyncssh')
-rw-r--r--dev-python/asyncssh/asyncssh-2.10.0.ebuild2
-rw-r--r--dev-python/asyncssh/asyncssh-2.10.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/asyncssh/asyncssh-2.10.0.ebuild b/dev-python/asyncssh/asyncssh-2.10.0.ebuild
index 1d91fc853dc3..8b975b3a566c 100644
--- a/dev-python/asyncssh/asyncssh-2.10.0.ebuild
+++ b/dev-python/asyncssh/asyncssh-2.10.0.ebuild
@@ -10,7 +10,7 @@ EPYTEST_DESELECT=(
tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_string
tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_tunnel
) # network tests
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1 docs optfeature
diff --git a/dev-python/asyncssh/asyncssh-2.10.1.ebuild b/dev-python/asyncssh/asyncssh-2.10.1.ebuild
index 453c040f276f..8097929912d1 100644
--- a/dev-python/asyncssh/asyncssh-2.10.1.ebuild
+++ b/dev-python/asyncssh/asyncssh-2.10.1.ebuild
@@ -10,7 +10,7 @@ EPYTEST_DESELECT=(
tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_string
tests/test_connection.py::_TestConnection::test_connect_timeout_exceeded_tunnel
) # network tests
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1 docs optfeature