python313Packages.fpdf2: modernize
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user