diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-09-29 10:17:26 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 13:22:59 +0100 |
| commit | 6ebc5d855c51e80c146835f97bf921616b7b3d18 (patch) | |
| tree | 99542025e563eed373111a5513c9469dbe8c9990 /gnu/packages/python-xyz.scm | |
| parent | a969d3cd70a6a253a1de77f44f81d4eda2e6928a (diff) | |
gnu: python-flit-core-next: Mark as deprecated.
This is a followup to a34d8e427875e0538a81e4414e92cc41c91fd0cf.
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 526b6be9ef..f540fc6fa2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -411,7 +411,7 @@ APIs to detect, query, and compare them.") (("from click") "from asyncclick"))))))) (native-inputs (list python-anyio - python-flit-core-next + python-flit-core python-pytest python-trio)) (home-page "https://github.com/python-trio/asyncclick") |
