guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 776366d35f97e4eec7c283bddf28b45c62b9b605
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Oct 8 23:45:57 2025 +0200

    gnu: python-deprecated: Remove python-bumpversion native-input.
    
    * gnu/packages/python-xyz.scm (python-deprecated)[native-input]:
    Remove python-bumpversion.
    
    Change-Id: I87b5216b8b77f35699045e9c94bc5cbf13178358
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 33dd956d88..4817fc3658 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9353,7 +9353,7 @@ software version simply.")
     (propagated-inputs
      (list python-wrapt))
     (native-inputs
-     (list python-bumpversion python-pytest python-setuptools python-wheel))
+     (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/tantale/deprecated";)
     (synopsis "Python decorator to deprecate classes, functions or methods")
     (description "The @code{deprecated} decorator provides a convenient way to 
deprecate

Reply via email to