community/py3-fsspec: add py3-{aiohttp,requests} to depends

Fix import error where aiohttp and requests were not found, e.g. when
importing the module for tests in py3-fiona.
This commit is contained in:
mio 2024-09-11 16:46:30 +00:00 committed by Natanael Copa
parent 218cb1b145
commit fa5e4413dc

View file

@ -2,18 +2,22 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-fsspec
pkgver=2023.12.2
pkgrel=2
pkgrel=3
pkgdesc="A specification for pythonic filesystems"
url="https://github.com/intake/filesystem_spec"
arch="noarch"
license="BSD-3-Clause"
depends="
py3-aiohttp
py3-requests
"
makedepends="
py3-gpep517
py3-setuptools
py3-wheel
"
checkdepends="
py3-aiohttp
$depends
py3-cloudpickle
py3-lz4
py3-numpy
@ -23,7 +27,6 @@ checkdepends="
py3-pytest
py3-pytest-asyncio
py3-pytest-mock
py3-requests
py3-tqdm
"
subpackages="$pkgname-pyc"