mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-anyio/without-dataclasses.
* gnu/packages/python-xyz.scm (python-anyio/without-dataclasses): New variable. Change-Id: I40ae9aa7a85f0fe7642dc3b75f3ef9cde17f064f
This commit is contained in:
parent
151865ada4
commit
7eea9b7d55
1 changed files with 11 additions and 0 deletions
|
@ -31422,6 +31422,17 @@ 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