Skip to content

Commit

Permalink
dev-python/pyinotify: add link to py3.12 issue
Browse files Browse the repository at this point in the history
Library is broken with py3.12 because of removed asyncore module.

Upstream-issue: seb-m/pyinotify#204
Signed-off-by: Petr Vaněk <[email protected]>
  • Loading branch information
arkamar committed Jun 22, 2023
1 parent e473c2c commit 54d2c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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(+)"

Expand Down

0 comments on commit 54d2c6e

Please sign in to comment.