mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-case: Deprecate package.
* gnu/packages/python-check.scm (python-case): Deprecate variable. * gnu/packages/python-xyz.scm (python-kombu, python-billiard, python-celery)[native-inputs]: Remove python-case. Change-Id: I98d19e88aa5b8fa2b47f347a4d0c958d71096e4e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
35f2fd68b0
commit
e3c7460568
2 changed files with 4 additions and 6 deletions
|
@ -77,6 +77,7 @@
|
|||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (guix build-system pyproject)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix deprecation)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix git-download)
|
||||
|
@ -364,7 +365,7 @@ all the files it generates a report.")
|
|||
written in pure Python.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-case
|
||||
(define-deprecated/public python-case #f
|
||||
(package
|
||||
(name "python-case")
|
||||
(version "1.5.3")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue