python312Packages.python-octaviaclient: migrate to pythonRelaxDepsHook

This commit is contained in:
Peder Bergebakken Sundt
2025-02-24 10:48:22 +01:00
parent c91bdbf4c6
commit 61b29bc3ab
@@ -38,11 +38,8 @@ buildPythonPackage rec {
hash = "sha256-cXReOIfgC5Fx5gT0vF/pV7QwEuC2YfnW4OE+m7nqr20=";
};
postPatch = ''
# somehow python-neutronclient cannot be found despite it being supplied
substituteInPlace requirements.txt \
--replace-fail "python-neutronclient>=6.7.0" ""
'';
# somehow python-neutronclient cannot be found despite it being supplied
pythonRemoveDeps = [ "python-neutronclient" ];
build-system = [
setuptools