guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit cd066c81c0dd7e93fe2306fa09012b1e2791889a
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Wed Mar 4 21:11:25 2026 +0100
gnu: python-inotify: Fix build on python-3.12.
* gnu/packages/python-xyz.scm (python-inotify): Fix build.
[propagated-inputs]: Add python-pyasyncore.
Change-Id: I3de6bebfd4bb5c1ab1d13710864c9e53d8a31e14
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 03d08f62e2..5d7ca9b6f0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1448,6 +1448,7 @@ data is updated.
(("build")
"")))))))
(native-inputs (list python-pytest python-setuptools))
+ (propagated-inputs (list python-pyasyncore))
(home-page "https://github.com/dsoprea/PyInotify")
(synopsis "Linux filesystem activity monitor library for Python")
(description