python313Packages.fpdf2: modernize

This commit is contained in:
Fabian Affolter
2025-08-24 10:13:26 +02:00
parent ced146a103
commit 6d174d6992
@@ -1,20 +1,17 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
defusedxml,
pillow,
fonttools,
pytestCheckHook,
pytest-cov-stub,
qrcode,
camelot,
uharfbuzz,
defusedxml,
fetchFromGitHub,
fonttools,
lxml,
pillow,
pytest-cov-stub,
pytestCheckHook,
qrcode,
setuptools,
uharfbuzz,
}:
buildPythonPackage rec {
@@ -29,21 +26,21 @@ buildPythonPackage rec {
hash = "sha256-uLaVRseakLg7Q9QO4F6BM7vQIFeA44ry8cqDfas8oMA=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
defusedxml
pillow
fonttools
pillow
];
nativeCheckInputs = [
pytestCheckHook
pytest-cov-stub
qrcode
camelot
uharfbuzz
lxml
pytest-cov-stub
pytestCheckHook
qrcode
uharfbuzz
];
disabledTestPaths = [