From 54d2c6eeefa96317f806975946c9cdedbee95d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Thu, 22 Jun 2023 14:37:29 +0200 Subject: [PATCH] dev-python/pyinotify: add link to py3.12 issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Library is broken with py3.12 because of removed asyncore module. Upstream-issue: https://github.com/seb-m/pyinotify/issues/204 Signed-off-by: Petr Vaněk --- dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild index 261ba1a9da0c2..2568a12777871 100644 --- a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +# py3.12 does not work, see https://github.com/seb-m/pyinotify/issues/204 PYTHON_COMPAT=( python3_{9..11} pypy3 ) PYTHON_REQ_USE="threads(+)"