diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-26 10:48:49 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-29 00:04:42 -0300 |
| commit | a48fc57a3ad8db35d3d5c024314570252498bfee (patch) | |
| tree | 13c516c9d4decdc0e6ed26c10fd04f4dcd28aefb /gnu/packages/python-xyz.scm | |
| parent | 1b726d78b81ad8287cb9ae50c06a93ab30e31ab3 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 23c75d31ce..9bb97ce832 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 |
