python312Packages.python-octaviaclient: migrate to pythonRelaxDepsHook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user