mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-langdetect: Adjust ipusts, fix build.
* gnu/packages/python-xyz.scm (python-langdetect)[propagated-inputs]: Add python-six. [native-inputs]: Remove python-wheel. Change-Id: I97205c863ab57092fe7e6d9959c05a55ad77def9
This commit is contained in:
parent
7377766788
commit
35a92f0b7e
1 changed files with 5 additions and 1 deletions
|
@ -18418,7 +18418,11 @@ primary use case is APIs defined before keyword-only parameters existed.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb"))))
|
(base32 "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-six))
|
||||||
(home-page "https://github.com/Mimino666/langdetect")
|
(home-page "https://github.com/Mimino666/langdetect")
|
||||||
(synopsis "Language detection library")
|
(synopsis "Language detection library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue