mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flit-core-next: Mark as deprecated.
This is a followup to a34d8e4278
.
Replace all python-flit-core-next occurrences with python-flit-core.
* gnu/packages/python-build.scm (python-flit-core-next):
Mark as a deprecated public alias.
* gnu/packages/machine-learning.scm (python-pytorch-geometric)
[propagated-inputs]: Replace python-flit-core-next
with python-flit-core.
* gnu/packages/pdf.scm (python-pypdf) [propagated-inputs]:
Replace python-flit-core-next with python-flit-core.
* gnu/packages/python-check.scm (python-stestr) [propagated-inputs]:
Replace python-flit-core-next with python-flit-core.
* gnu/packages/python-xyz.scm (python-asyncclick) [propagated-inputs]:
Replace python-flit-core-next with python-flit-core.
Change-Id: I3a25290f6fd97995b773332addefe33afd016e67
Reviwed-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
a969d3cd70
commit
6ebc5d855c
5 changed files with 7 additions and 5 deletions
|
@ -3783,7 +3783,7 @@ possibly work.")
|
|||
(native-inputs
|
||||
(list python-ddt
|
||||
python-iso8601
|
||||
python-flit-core-next ;requires >=3.12
|
||||
python-flit-core
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-cliff-bootstrap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue