python3.pkgs.pagelabels: make pdfrw a (propagated) dependency

This commit is contained in:
Doron Behar
2026-01-06 23:08:49 +02:00
parent d2aabebe6f
commit fe21c72e39
@@ -15,7 +15,9 @@ buildPythonPackage rec {
sha256 = "sha256-GAEyhECToKnIWBxnYTSOsYKZBjl50b/82mZ68i8I2ug=";
};
buildInputs = [ pdfrw ];
dependencies = [
pdfrw
];
# upstream doesn't contain tests
doCheck = false;