mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
python3Packages.aiobotocore: fix build for darwin
This commit is contained in:
parent
53a69aa1e0
commit
06da742b49
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
version = "2.8.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aio-libs";
|
||||
@ -82,6 +82,8 @@ buildPythonPackage rec {
|
||||
"test_sso_credential_fetcher_can_fetch_credentials"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python client for amazon services";
|
||||
homepage = "https://github.com/aio-libs/aiobotocore";
|
||||
|
Loading…
Reference in New Issue
Block a user