diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 12:37:50 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 12:37:56 +0100 |
| commit | 3755088384294652d4ca58aa2045ec58b9ac2ac4 (patch) | |
| tree | eb5edc26fda4a71a5253dee96b559e1e2b1fffb6 /gnu/packages/python-xyz.scm | |
| parent | 1b1db5f79f2fefdff7ea490743dd3950265a61dc (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a479ecaae4..23fa9c21f7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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.") (license license:x11))) +(define-public python-six-bootstrap python-six) + (define-public python-schedule (package (name "python-schedule") |
