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:
Ricardo Wurmus 2025-01-01 18:11:44 +01:00
parent 151865ada4
commit 7eea9b7d55
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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.