From 776366d35f97e4eec7c283bddf28b45c62b9b605 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 8 Oct 2025 23:45:57 +0200 Subject: [PATCH] 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 --- 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 33dd956d88457cf706345b0e6708c86952404aaf..4817fc3658e4a8c2fe7d56062cc45a44b9c571f8 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