From a48fc57a3ad8db35d3d5c024314570252498bfee Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Thu, 26 Jun 2025 10:48:49 -0300 Subject: gnu: python-langdetect: Use pyproject-build-system. * gnu/packages/python-xyz.scm (python-langdetect)[build-system]: Use pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. [propagated-inputs]: Remove python-six. Change-Id: I5e5057d6804ef5fec4c0be8dfd8d4b4ddc24ae88 --- gnu/packages/python-xyz.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 23c75d31ce6..9bb97ce832a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17958,9 +17958,8 @@ primary use case is APIs defined before keyword-only parameters existed.") (uri (pypi-uri "langdetect" version)) (sha256 (base32 "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb")))) - (build-system python-build-system) - (propagated-inputs - (list python-six)) + (build-system pyproject-build-system) + (native-inputs (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/Mimino666/langdetect") (synopsis "Language detection library") (description -- cgit v1.3