From fd496eaaa40af093caeaeb5cf04d2c7cf302618a Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 16 Mar 2020 09:53:41 +0100 Subject: [PATCH] dev-python/aionotify: remove py3_8 and pypy these are not supported by dependency asynctest and repoman is complaining about it Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan --- dev-python/aionotify/aionotify-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild index 6d6a49c293..308dbee678 100644 --- a/dev-python/aionotify/aionotify-0.2.0.ebuild +++ b/dev-python/aionotify/aionotify-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1