gnu: python-booleanoperations: Add missing input.

* gnu/packages/graphics.scm (python-booleanoperations)[native-inputs]: Add
PYTHON-SETUPTOOLS-SCM.
This commit is contained in:
Marius Bakke 2022-08-15 23:35:07 +02:00
parent faea55669f
commit a038bfc481
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -879,6 +879,7 @@ (define-public python-booleanoperations
(native-inputs
(list python-defcon-bootstrap
python-fontpens-bootstrap
python-setuptools-scm
python-pytest
python-wheel
unzip))