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
|
@ -21472,7 +21472,6 @@ applications.")
|
|||
#~(list "--ignore" "t/unit/transport/test_azurestoragequeues.py")))
|
||||
(native-inputs
|
||||
(list python-botocore
|
||||
python-case
|
||||
python-pyro4
|
||||
python-pytest
|
||||
python-pytest-sugar
|
||||
|
@ -21510,8 +21509,7 @@ RabbitMQ messaging server is the most popular implementation.")
|
|||
'("billiard/popen_spawn_win32.py"
|
||||
"billiard/_win.py")))))))
|
||||
(native-inputs
|
||||
(list python-case python-psutil python-pytest python-setuptools
|
||||
python-wheel))
|
||||
(list python-psutil python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/celery/billiard")
|
||||
(synopsis "Python multiprocessing fork with improvements and bugfixes")
|
||||
(description
|
||||
|
@ -21549,8 +21547,7 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
|
|||
(("tzdata.*")
|
||||
"tzdata\n")))))))
|
||||
(native-inputs
|
||||
(list python-case
|
||||
python-dnspython
|
||||
(list python-dnspython
|
||||
python-flaky
|
||||
python-google-cloud-storage
|
||||
python-iniconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue