diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 17:07:23 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:49 +0100 |
| commit | 63626dc91f9b85b44a0eff18ac2e66b1472e802a (patch) | |
| tree | 6458711a45e296b5585b6405b0978c1d47f9bf52 /gnu/packages/python-xyz.scm | |
| parent | cfb0a3c71ef893db44884b74fdb1dd018f38bf1d (diff) | |
gnu: Remove python2-six.
* gnu/packages/python-xyz.scm (python2-six): Delete variable.
Change-Id: Ieb53c9ba93c630f5ffe8f55171496368430360c5
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 042c1c0c37..118eaedca5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
