guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0bc8251f008e9351b0435ca82a0395d746e1e4a7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 14:39:59 2026 +0000
gnu: Remove scons-python2.
* gnu/packages/build-tools.scm (scons-python2): Delete variable.
Change-Id: Ie58a8d433de6196547ffc69a6d0d602789d1fb65
---
gnu/packages/build-tools.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 81c52bc17c..62337ccc82 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -686,12 +686,6 @@ software.")
(chdir "build/scons"))))))
(native-inputs (list python-setuptools python-wheel))))
-;; TODO Remove on the next python-team iteration.
-(define-deprecated/public scons-python2 scons
- (package
- (inherit (package-with-python2 scons-3))
- (name "scons-python2")))
-
(define-public tup
(package
(name "tup")