mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
python3Packages.statmake: update dependencies
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
cattrs,
|
||||
fetchFromGitHub,
|
||||
fonttools,
|
||||
fs,
|
||||
poetry-core,
|
||||
pytestCheckHook,
|
||||
ufo2ft,
|
||||
ufolib2,
|
||||
@@ -30,16 +28,12 @@ buildPythonPackage rec {
|
||||
hatchling
|
||||
hatch-vcs
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
attrs
|
||||
cattrs
|
||||
fonttools
|
||||
# required by fonttools[ufo]
|
||||
fs
|
||||
];
|
||||
]
|
||||
++ fonttools.optional-dependencies.ufo;
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user