python3Packages.pycddl: fix build with python 3.14 (#518656)

This commit is contained in:
Sandro
2026-05-11 22:33:17 +00:00
committed by GitHub
@@ -41,6 +41,8 @@ buildPythonPackage rec {
hash = "sha256-cEpvkSqe/wRCxEajmM148jbo6a346x2t81pMRpKEJyE=";
};
env.PYO3_USE_ABI3_FORWARD_COMPATIBILITY = 1;
nativeCheckInputs = [
hypothesis
pytestCheckHook