python312Packages.tabula-py: refactor

This commit is contained in:
Fabian Affolter 2024-05-15 08:55:53 +02:00
parent a1e8cbb3fc
commit 8209a5ddc0

View File

@ -28,10 +28,10 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace tabula/backend.py \
--replace '"java"' '"${lib.getExe jre}"'
--replace-fail '"java"' '"${lib.getExe jre}"'
'';
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
@ -40,7 +40,7 @@ buildPythonPackage rec {
jre
];
propagatedBuildInputs = [
dependencies = [
distro
numpy
pandas