commit:     1618f337c6ea169a1518657ef59471b9a8c2c336
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 20:30:17 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 20:31:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618f337

dev-python/sniffio: Remove pypy3 until we switch to pypy3.7

Closes: https://bugs.gentoo.org/768111
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sniffio/sniffio-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index fb884d90810..89f3dc32585 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="Sniff out which async library your code is running under"

Reply via email to