python3Packages.dissect-target: disable under Python 3.14
This commit is contained in:
@@ -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>="
|
||||
|
||||
Reference in New Issue
Block a user