From 1f4b4bf201c930bb1a890203bcf047db208cd40c Mon Sep 17 00:00:00 2001 From: adbenitez Date: Tue, 29 Aug 2023 21:56:04 +0200 Subject: [PATCH] fix: remove optional dependency aiodns it fails to install in android(termux) because binary code dependency --- deltachat-rpc-client/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deltachat-rpc-client/pyproject.toml b/deltachat-rpc-client/pyproject.toml index 8bde236a5..629ebb1ef 100644 --- a/deltachat-rpc-client/pyproject.toml +++ b/deltachat-rpc-client/pyproject.toml @@ -6,8 +6,7 @@ build-backend = "setuptools.build_meta" name = "deltachat-rpc-client" description = "Python client for Delta Chat core JSON-RPC interface" dependencies = [ - "aiohttp", - "aiodns" + "aiohttp" ] classifiers = [ "Development Status :: 5 - Production/Stable",