diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-04-10 22:30:19 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-04-10 22:30:19 +0300 |
commit | b43bab3c2a3c48b97889c070155044836b5c4731 (patch) | |
tree | 60d8ed253f9c9d92e198bfe538bff408f3c36914 /gnu | |
parent | fbe9abcce40d9f07035f96a3f81b120c7325591a (diff) | |
download | guix-b43bab3c2a3c48b97889c070155044836b5c4731.tar.gz guix-b43bab3c2a3c48b97889c070155044836b5c4731.zip |
gnu: python-apipkg: Change inputs.
* gnu/packages/python.scm (python-apipkg)[native-inputs]: Move
python-pytest.
[inputs]: ... to here.
Diffstat (limited to 'gnu')
-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 9a8676a6b7..0d6d58773d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6890,7 +6890,7 @@ applications.") (base32 "1iks5701qnp3dlr3q1d9qm68y2plp2m029irhpz92a44psfkjf1f")))) (build-system python-build-system) - (propagated-inputs + (inputs `(("python-pytest" ,python-pytest))) (synopsis "Namespace control and lazy-import mechanism") (description "With apipkg you can control the exported namespace of a Python |