mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-execnet: Change inputs.
* gnu/packages/python.scm (python-execnet)[propagated-inputs]: Move python-apipkg ... [inputs]: ... to here.
This commit is contained in:
parent
b43bab3c2a
commit
584d068f0f
1 changed files with 1 additions and 1 deletions
|
@ -6920,7 +6920,7 @@ pure Python module that works on virtually all Python versions.")
|
|||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
(propagated-inputs
|
||||
(inputs
|
||||
`(("python-apipkg" ,python-apipkg)))
|
||||
(synopsis "Rapid multi-Python deployment")
|
||||
(description "Execnet provides a share-nothing model with
|
||||
|
|
Loading…
Reference in a new issue