lol

python313Packages.openshift: migrate to pythonRelaxDepsHook

+3 -6
+3 -6
pkgs/development/python-modules/openshift/default.nix
··· 8 six, 9 python-string-utils, 10 pytest-bdd, 11 pytestCheckHook, 12 }: 13 ··· 23 hash = "sha256-uLfewj7M8KNs3oL1AM18sR/WhAR2mvBfqadyhR73FP0="; 24 }; 25 26 - postPatch = '' 27 - substituteInPlace requirements.txt \ 28 - --replace "kubernetes ~= 12.0" "kubernetes" 29 - 30 - sed -i '/--cov/d' setup.cfg 31 - ''; 32 33 propagatedBuildInputs = [ 34 jinja2 ··· 42 43 nativeCheckInputs = [ 44 pytest-bdd 45 pytestCheckHook 46 ]; 47
··· 8 six, 9 python-string-utils, 10 pytest-bdd, 11 + pytest-cov-stub, 12 pytestCheckHook, 13 }: 14 ··· 24 hash = "sha256-uLfewj7M8KNs3oL1AM18sR/WhAR2mvBfqadyhR73FP0="; 25 }; 26 27 + pythonRelaxDeps = [ "kubernetes" ]; 28 29 propagatedBuildInputs = [ 30 jinja2 ··· 38 39 nativeCheckInputs = [ 40 pytest-bdd 41 + pytest-cov-stub 42 pytestCheckHook 43 ]; 44