python3Packages.aiobotocore: fix build for darwin

This commit is contained in:
Anthony Roussel 2023-12-03 19:23:05 +01:00 committed by Martin Weinelt
parent 53a69aa1e0
commit 06da742b49
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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";