gnu: python-apipkg: Change inputs.

* gnu/packages/python.scm (python-apipkg)[native-inputs]: Move
python-pytest.
[inputs]: ... to here.
This commit is contained in:
Efraim Flashner 2016-04-10 22:30:19 +03:00
parent fbe9abcce4
commit b43bab3c2a

View file

@ -6890,7 +6890,7 @@ (define-public python-apipkg
(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