mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
3fafa2172b
commit
a415c1c20d
1 changed files with 0 additions and 4 deletions
|
|
@ -36,10 +36,6 @@ buildPythonPackage rec {
|
|||
distutils
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
setuptools # for pkg_resources
|
||||
];
|
||||
|
||||
buildInputs = [ ttfautohint ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue