Loading pkgs/development/python-modules/pyaussiebb/default.nix +9 −9 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pyaussiebb"; version = "0.1.1"; version = "0.1.4"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -21,23 +21,23 @@ buildPythonPackage rec { owner = "yaleman"; repo = "aussiebb"; rev = "refs/tags/v${version}"; hash = "sha256-XNf9vYMlTLqhYIVNw9GjPcXpOm5EYCcC4aGukR8g3zc="; hash = "sha256-IW2HraJbgvf0G1eRXNpnsPMWlLXi2P9DTyk+tG5Hc2U="; }; nativeBuildInputs = [ poetry-core ]; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail 'requests = "^2.27.1"' 'requests = "*"' ''; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ aiohttp requests loguru pydantic ]; postPatch = '' substituteInPlace pyproject.toml \ --replace 'requests = "^2.27.1"' 'requests = "*"' ''; # Tests require credentials and requests-testing doCheck = false; Loading Loading
pkgs/development/python-modules/pyaussiebb/default.nix +9 −9 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pyaussiebb"; version = "0.1.1"; version = "0.1.4"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -21,23 +21,23 @@ buildPythonPackage rec { owner = "yaleman"; repo = "aussiebb"; rev = "refs/tags/v${version}"; hash = "sha256-XNf9vYMlTLqhYIVNw9GjPcXpOm5EYCcC4aGukR8g3zc="; hash = "sha256-IW2HraJbgvf0G1eRXNpnsPMWlLXi2P9DTyk+tG5Hc2U="; }; nativeBuildInputs = [ poetry-core ]; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail 'requests = "^2.27.1"' 'requests = "*"' ''; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ aiohttp requests loguru pydantic ]; postPatch = '' substituteInPlace pyproject.toml \ --replace 'requests = "^2.27.1"' 'requests = "*"' ''; # Tests require credentials and requests-testing doCheck = false; Loading