guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fea6b07191e612c5bf73904078d72036e9c2ac62
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Oct 19 15:38:17 2025 +0200

    gnu: behave: Replace python-pathpy by python-path.
    
    * gnu/packages/check.scm (behave)[native-inputs]: Replace
    python-pathpy by python-path.
    
    Change-Id: I949a67d7beb9e047719a9e6e0d2b04ec0e67e3ed
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 5bc6db0632..6a4baf0781 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3109,7 +3109,7 @@ backported from Python 2.7 for Python 2.4+.")
     (native-inputs
      (list python-mock
            python-assertpy
-           python-pathpy
+           python-path
            python-pyhamcrest
            python-pytest
            python-pytest-html

Reply via email to