Loading pkgs/development/python-modules/ovoenergy/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,15 @@ buildPythonPackage rec { hash = "sha256-ZcTSf7UejEUqQo0qEXP3fWjZYRx0a3ZBNVkwS2dL3Yk="; }; build-system = [ setuptools ]; postPatch = '' substituteInPlace requirements_setup.txt \ --replace-fail "==" ">=" ''; build-system = [ incremental setuptools ]; nativeBuildInputs = [ incremental ]; Loading Loading
pkgs/development/python-modules/ovoenergy/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,15 @@ buildPythonPackage rec { hash = "sha256-ZcTSf7UejEUqQo0qEXP3fWjZYRx0a3ZBNVkwS2dL3Yk="; }; build-system = [ setuptools ]; postPatch = '' substituteInPlace requirements_setup.txt \ --replace-fail "==" ">=" ''; build-system = [ incremental setuptools ]; nativeBuildInputs = [ incremental ]; Loading