python311Packages.dissect-target: refactor

This commit is contained in:
Fabian Affolter 2024-05-08 00:24:37 +02:00
parent 3aabebff88
commit dab50b4649
1 changed files with 3 additions and 3 deletions

View File

@ -53,15 +53,15 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-warn "flow.record~=" "flow.record>="
--replace-fail "flow.record~=" "flow.record>="
'';
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
defusedxml
dissect-cstruct
dissect-eventlog