mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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 @@ (define-public python-anyio
|
|||
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…
Reference in a new issue