guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 50f2ff3aeeb0e12c70f57568dc8ada3e3bff42c7
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 aec7487196..7509df1c54 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1449,6 +1449,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

Reply via email to