python311Packages.dissect-target: relax flow-record
This commit is contained in:
parent
8ef07bd0ea
commit
64a3677ed0
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-vp1upVwohMXFKxlHy5lWmigdq9MUk1UknSsPpCXt50s=";
|
hash = "sha256-vp1upVwohMXFKxlHy5lWmigdq9MUk1UknSsPpCXt50s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace "flow.record~=" "flow.record>="
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
|
|
Loading…
Reference in a new issue