gnu: Remove python-anyio/without-dataclasses.

* gnu/packages/python-xyz.scm (python-anyio/without-dataclasses): Remove
variable.
* gnu/packages/jupyter.scm (python-jupyter-server)[propagated-inputs]: Replace
python-anyio/without-dataclasses with python-anyio.

Change-Id: I81433128fc3ed2f098bd84f1f89555e9dda62d6d
This commit is contained in:
Ricardo Wurmus 2025-03-18 20:42:08 +01:00 committed by Andreas Enge
parent eb70b7c57f
commit a330b7acff
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 1 additions and 12 deletions

View file

@ -594,7 +594,7 @@ JavaScript build steps.")
(setenv "PATH" (setenv "PATH"
(string-append #$output "/bin:" (getenv "PATH")))))))) (string-append #$output "/bin:" (getenv "PATH"))))))))
(propagated-inputs (propagated-inputs
(list python-anyio/without-dataclasses (list python-anyio
python-argon2-cffi python-argon2-cffi
python-jinja2 python-jinja2
python-jupyter-client python-jupyter-client

View file

@ -32645,17 +32645,6 @@ concurrency on top of asyncio, and works in harmony with the native SC of trio
itself.") itself.")
(license license:expat))) (license license:expat)))
;; TODO: This will become the default on the python-team branch. Dataclasses
;; is part of Python.
(define-public python-anyio/without-dataclasses
(package
(inherit python-anyio)
(propagated-inputs
(list python-contextvars
python-idna
python-sniffio
python-typing-extensions))))
(define-public python-argh (define-public python-argh
;; There are 21 commits since the latest release containing important ;; There are 21 commits since the latest release containing important
;; improvements. ;; improvements.