Fix various Python dependencies

aiohttp: various new dependencies after version bump
cffi: missing dependency
This commit is contained in:
PulkoMandy
2022-08-20 13:51:47 +02:00
parent 1b4a551836
commit 2b9b9a191d
7 changed files with 222 additions and 17 deletions

View File

@@ -6,10 +6,10 @@ because timeout doesn't create a new task."
HOMEPAGE="https://pypi.python.org/pypi/async_timeout"
COPYRIGHT="2019 Andrew Svetlov"
LICENSE="Apache v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://pypi.io/packages/source/a/async-timeout/async-timeout-$portVersion.tar.gz"
CHECKSUM_SHA256="0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"
SOURCE_DIR="async-timeout-$portVersion"
CHECKSUM_SHA256="2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"
ARCHITECTURES="any"