mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: python-importlib-metata: Delay python2 variant.
This is a follow-up to commit 5efa04dd93
.
* gnu/packages/python-xyz.scm (python-importlib-metadata)[properties]: New
field.
This commit is contained in:
parent
fdd0c36963
commit
3dfb3d44f3
1 changed files with 1 additions and 0 deletions
|
@ -5008,6 +5008,7 @@ (define-public python-importlib-metadata
|
|||
@code{pkg_resources} entry point API and metadata API. Along with
|
||||
@code{importlib.resources} in Python 3.7 and newer, this can eliminate the
|
||||
need to use the older and less efficient @code{pkg_resources} package.")
|
||||
(properties `((python2-variant . ,(delay python2-importlib-metadata))))
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python2-importlib-metadata
|
||||
|
|
Loading…
Reference in a new issue