summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-21 08:41:47 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:41 +0100
commit8eab051fac760c12bf194732e99cdbc3bd63077d (patch)
tree967be04695e304db89da34ff2727416108d1722f /gnu/packages/python-xyz.scm
parentf6c1810249bcf79cc2b6bafd4ae7a0828682f635 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6bfc2b6407..cb43e2737a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18394,7 +18394,11 @@ primary use case is APIs defined before keyword-only parameters existed.")
(sha256
(base32 "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb"))))
(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")
(synopsis "Language detection library")
(description