diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-04-10 22:32:39 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-04-10 22:32:39 +0300 |
commit | 584d068f0fe7872ffa3af70afbe3f4bc93a235bb (patch) | |
tree | 7ae7922f2c3dec476e10200c8b998e17b62b82f0 | |
parent | b43bab3c2a3c48b97889c070155044836b5c4731 (diff) |
gnu: python-execnet: Change inputs.
* gnu/packages/python.scm (python-execnet)[propagated-inputs]: Move
python-apipkg ...
[inputs]: ... to here.
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0d6d58773d..17f24d5cbe 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |