summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:12:58 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:29 -0400
commit3cf5dfe72ca44f20ecee8837178de141a39fdab2 (patch)
treef5ab051cf9a04be1b96eff0c157f2cc974c3b971 /gnu/packages
parent9075726baa293f8ed9cbd602c0eabe84fb77a22b (diff)
downloadguix-patches-3cf5dfe72ca44f20ecee8837178de141a39fdab2.tar
guix-patches-3cf5dfe72ca44f20ecee8837178de141a39fdab2.tar.gz
gnu: Remove python2-setuptools-scm-git-archive.
* gnu/packages/python-xyz.scm (python2-setuptools-scm-git-archive): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 31f8ac2a39..5cc9674499 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21025,9 +21025,6 @@ setuptools_scm, which supports obtaining versions from git archives that
belong to tagged versions.")
(license license:expat)))
-(define-public python2-setuptools-scm-git-archive
- (package-with-python2 python-setuptools-scm-git-archive))
-
(define-public python-setuptools-git
(package
(name "python-setuptools-git")