python3Packages.libtfr: use setuptools_80 (#535525)

This commit is contained in:
dotlambda
2026-06-26 16:12:29 +00:00
committed by GitHub
@@ -4,7 +4,7 @@
buildPythonPackage,
# build-system
setuptools,
setuptools_80,
pkg-config,
cython,
pkgconfig,
@@ -38,7 +38,7 @@ buildPythonPackage rec {
];
build-system = [
setuptools
setuptools_80
];
dependencies = [