mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
eb70b7c57f
commit
a330b7acff
2 changed files with 1 additions and 12 deletions
|
@ -594,7 +594,7 @@ JavaScript build steps.")
|
|||
(setenv "PATH"
|
||||
(string-append #$output "/bin:" (getenv "PATH"))))))))
|
||||
(propagated-inputs
|
||||
(list python-anyio/without-dataclasses
|
||||
(list python-anyio
|
||||
python-argon2-cffi
|
||||
python-jinja2
|
||||
python-jupyter-client
|
||||
|
|
|
@ -32645,17 +32645,6 @@ concurrency on top of asyncio, and works in harmony with the native SC of trio
|
|||
itself.")
|
||||
(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
|
||||
;; There are 21 commits since the latest release containing important
|
||||
;; improvements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue