gnu: python2-entrypoints: Add missing input.
* gnu/packages/python-xyz.scm (python2-entrypoints)[propagated-inputs]: Add python2-configparser. (python-entrypoints)[properties]: Add python2-variant.
This commit is contained in:
parent
46fc72b2bf
commit
d6fa2381da
@ -11814,10 +11814,15 @@ objects with some common interface. The most common examples are
|
|||||||
@code{console_scripts} entry points, which define shell commands by
|
@code{console_scripts} entry points, which define shell commands by
|
||||||
identifying a Python function to run. The @code{entrypoints} module contains
|
identifying a Python function to run. The @code{entrypoints} module contains
|
||||||
functions to find and load entry points.")
|
functions to find and load entry points.")
|
||||||
(license license:expat)))
|
(license license:expat)
|
||||||
|
(properties `((python2-variant . ,(delay python2-entrypoints))))))
|
||||||
|
|
||||||
(define-public python2-entrypoints
|
(define-public python2-entrypoints
|
||||||
(package-with-python2 python-entrypoints))
|
(package
|
||||||
|
(inherit (package-with-python2
|
||||||
|
(strip-python2-variant python-entrypoints)))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python2-configparser))))
|
||||||
|
|
||||||
(define-public python-epc
|
(define-public python-epc
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user