gnu: abjad: Move python-ply to propagated-inputs.

* gnu/packages/music.scm (abjad)[ntaive-inputs]: Move python-ply ...
[propagated-inputs]: ... to here.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
jgart 2021-04-16 00:23:07 -04:00 committed by Efraim Flashner
parent 5535d5435e
commit dd7c2d2b1d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1598,12 +1598,12 @@ Guile.")
("python-iniconfig" ,python-iniconfig)
("python-isort" ,python-isort)
("python-mypy" ,python-mypy)
("python-ply" ,python-ply)
("python-pytest" ,python-pytest-6)
("python-pytest-cov" ,python-pytest-cov)
("python-sphinx-autodoc-typehints" ,python-sphinx-autodoc-typehints)))
(propagated-inputs
`(("python-quicktions" ,python-quicktions)
`(("python-ply" ,python-ply)
("python-quicktions" ,python-quicktions)
("python-roman" ,python-roman)
("python-six" ,python-six)
("python-uqbar" ,python-uqbar)))