gnu: Add python-six-bootstrap.

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

Fixes: guix-science/guix-past#20.
Reported-by: @gabor-udvari
Change-Id: I15b993e39c76dd39d1871179fc899e963d411d45
This commit is contained in:
Sharlatan Hellseher 2025-09-25 12:37:50 +01:00
parent 1b1db5f79f
commit 3755088384
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6121,6 +6121,8 @@ Six supports every Python version since 2.5. It is contained in only one
Python file, so it can be easily copied into your project.") Python file, so it can be easily copied into your project.")
(license license:x11))) (license license:x11)))
(define-public python-six-bootstrap python-six)
(define-public python-schedule (define-public python-schedule
(package (package
(name "python-schedule") (name "python-schedule")