guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9e17828cb0d3d00ccd265cf39748ac708221fd00
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Oct 19 16:00:15 2025 +0200
gnu: python-tlsh: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-tlsh):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: I44f823b9057dcd9d84002555546160cd5e238a5a
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fd3234764d..8bf22590f1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18483,7 +18483,7 @@ $ rm -rf /tmp/env
(file-name (git-file-name name version))
(sha256
(base32 "1gb5j73nw3nmx030rf8pm75rns5syxhv44zxr6i74kjicyly1i9w"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases
@@ -18498,7 +18498,7 @@ $ rm -rf /tmp/env
(when tests?
(with-directory-excursion "../Testing"
(invoke "./python_test.sh"))))))))
- (native-inputs (list cmake-minimal))
+ (native-inputs (list cmake-minimal python-setuptools))
(synopsis "Fuzzy matching library for Python")
(description
"Trend Micro Locality Sensitive Hash (TLSH) is a fuzzy matching library.