me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-01-16 17:22:28 +01:00
parent fdd0c36963
commit 3dfb3d44f3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -5008,6 +5008,7 @@ its top-level name. This functionality intends to replace most uses of
@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