summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-31 21:30:17 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-31 21:31:09 +0100
commit1618f337c6ea169a1518657ef59471b9a8c2c336 (patch)
treee1e4af707fbd7de8c3c5648b6410af1d2791e4b9 /dev-python/sniffio/sniffio-1.2.0.ebuild
parentapp-admin/doas: make DESCRIPTION emphasise non-official status (diff)
downloadgentoo-1618f337c6ea169a1518657ef59471b9a8c2c336.tar.gz
gentoo-1618f337c6ea169a1518657ef59471b9a8c2c336.tar.bz2
gentoo-1618f337c6ea169a1518657ef59471b9a8c2c336.zip
dev-python/sniffio: Remove pypy3 until we switch to pypy3.7
Closes: https://bugs.gentoo.org/768111 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sniffio/sniffio-1.2.0.ebuild')
-rw-r--r--dev-python/sniffio/sniffio-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild b/dev-python/sniffio/sniffio-1.2.0.ebuild
index fb884d90810a..89f3dc32585e 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"