Skip to content
Snippets Groups Projects
Commit fa5e4413 authored by mio's avatar mio Committed by Natanael Copa
Browse files

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.
parent 218cb1b1
No related branches found
No related tags found
1 merge request!71807community/py3-fiona: upgrade to 1.10.0, update depends
Pipeline #259290 skipped
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment