diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bb051c1418..6ff42820a4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -39252,8 +39252,10 @@ Communication.") (sha256 (base32 "0xfn8d1by2w7pjiji887qljk1avn4fylbnz1mj28gysm5g0zvy43")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments '(#:tests? #f)) ;there are no tests + (native-inputs + (list python-setuptools-next)) (propagated-inputs (list python-colorama python-termcolor)) (home-page "https://github.com/AbhijithAJ/clrprint") (synopsis "Print colorful output in the terminal") |
