mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +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";
|
version = "2.8.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aio-libs";
|
owner = "aio-libs";
|
||||||
@ -82,6 +82,8 @@ buildPythonPackage rec {
|
|||||||
"test_sso_credential_fetcher_can_fetch_credentials"
|
"test_sso_credential_fetcher_can_fetch_credentials"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python client for amazon services";
|
description = "Python client for amazon services";
|
||||||
homepage = "https://github.com/aio-libs/aiobotocore";
|
homepage = "https://github.com/aio-libs/aiobotocore";
|
||||||
|
Loading…
Reference in New Issue
Block a user