python313Packages.ttfautohint-py: remove outdated dependency to fix build

pkg_resources was removed from the ttfautohint-py source code.
It started causing dependency conflicts because python3Packages.fs
depends on setuptools 80.
This commit is contained in:
Leona Maroni 2026-07-04 09:08:39 +02:00
commit a415c1c20d
No known key found for this signature in database
GPG key ID: D3F9FFE1FE3BD37D

View file

@ -36,10 +36,6 @@ buildPythonPackage rec {
distutils
];
dependencies = [
setuptools # for pkg_resources
];
buildInputs = [ ttfautohint ];
nativeCheckInputs = [