lol

python313Packages.pyhiveapi: migrate to pythonRelaxDepsHook

+1 -4
+1 -4
pkgs/development/python-modules/pyhive-integration/default.nix
··· 27 27 hash = "sha256-lfBr889s6NHcos/kdzQa9HJEcQ4dfCEMjuLYiLzesfE="; 28 28 }; 29 29 30 - postPatch = '' 31 - substituteInPlace requirements.txt \ 32 - --replace "pre-commit" "" 33 - ''; 30 + pythonRemoveDeps = [ "pre-commit" ]; 34 31 35 32 nativeBuildInputs = [ 36 33 setuptools