~ruther/guix-local

776366d35f97e4eec7c283bddf28b45c62b9b605 — Nicolas Graves 5 months ago 7bed9bf
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 <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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