1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add python-dirty-equals-bootstrap.

* gnu/packages/python-xyz.scm (python-dirty-equals-bootstrap): New variable.

Change-Id: I1f90def023d1a2cc64998fd92ed427431c6b00fc
This commit is contained in:
Sharlatan Hellseher
2026-03-15 16:50:01 +00:00
parent fc913b453d
commit 127290eec6

View File

@@ -13070,6 +13070,16 @@ from a program in a @dfn{pager} such as @command{less}.")
and therefore easier to read and write.")
(license license:expat)))
(define-public python-dirty-equals-bootstrap
(hidden-package
(package
(inherit python-dirty-equals)
(name "python-dirty-equals-bootstrap")
(arguments
(list #:tests? #f))
(native-inputs
(list python-hatchling)))))
(define-public python-distutils-extra
(package
(name "python-distutils-extra")