diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:12:58 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:29 -0400 |
commit | 3cf5dfe72ca44f20ecee8837178de141a39fdab2 (patch) | |
tree | f5ab051cf9a04be1b96eff0c157f2cc974c3b971 /gnu | |
parent | 9075726baa293f8ed9cbd602c0eabe84fb77a22b (diff) | |
download | guix-3cf5dfe72ca44f20ecee8837178de141a39fdab2.tar.gz guix-3cf5dfe72ca44f20ecee8837178de141a39fdab2.zip |
gnu: Remove python2-setuptools-scm-git-archive.
* gnu/packages/python-xyz.scm (python2-setuptools-scm-git-archive): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
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") |