python3Packages.dissect-target: disable under Python 3.14

This commit is contained in:
Sarah Clark
2026-01-08 15:07:23 -08:00
parent 8997b8f411
commit b87deae448
@@ -34,6 +34,7 @@
paho-mqtt,
pycryptodome,
pytestCheckHook,
pythonAtLeast,
ruamel-yaml,
setuptools,
setuptools-scm,
@@ -55,6 +56,8 @@ buildPythonPackage rec {
fetchLFS = true;
};
disabled = pythonAtLeast "3.14";
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "flow.record~=" "flow.record>="