mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python2-six.
* gnu/packages/python-xyz.scm (python2-six): Delete variable. Change-Id: Ieb53c9ba93c630f5ffe8f55171496368430360c5
This commit is contained in:
parent
d24575bb18
commit
c782761fc1
1 changed files with 0 additions and 12 deletions
|
@ -6043,18 +6043,6 @@ 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 python2-six
|
||||
;; XXX: The only one user of this package is qtwebengine-5, consider to
|
||||
;; remove when no longer required.
|
||||
(let ((base (package-with-python2 python-six)))
|
||||
(package
|
||||
(inherit base)
|
||||
;; Reduce Python 2 closure by disabling tests.
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel)))))
|
||||
|
||||
(define-public python-schedule
|
||||
(package
|
||||
(name "python-schedule")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue