gnu: python-ufo2ft: Add missing input.

* gnu/packages/fontutils.scm (python-ufo2ft)[native-inputs]: Add
PYTHON-SETUPTOOLS-SCM.
This commit is contained in:
Marius Bakke 2022-08-16 00:28:11 +02:00
parent 46b3fb82f8
commit 90ec03cae3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -390,7 +390,8 @@ (define-public python-ufo2ft
(sha256 (sha256
(base32 "0a6iq5g6qdxj7nvip8nnf0mf8y5wmpd3wwq0dv7d4nm9bjrh0r6m")))) (base32 "0a6iq5g6qdxj7nvip8nnf0mf8y5wmpd3wwq0dv7d4nm9bjrh0r6m"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (list python-pytest python-pytest-runner)) (native-inputs
(list python-pytest python-pytest-runner python-setuptools-scm))
(propagated-inputs (propagated-inputs
(list python-booleanoperations (list python-booleanoperations
python-cffsubr python-cffsubr