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

commit fd202c5f91c82b117391bf83458daf2ffd36749f
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 5d1ccd4bb2..3050988b5f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1447,6 +1447,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