community/py3-fsspec: remove optional dep

every dep is optional including this one
This commit is contained in:
psykose 2023-05-08 12:55:39 +00:00
parent c96e03ec47
commit ca62430536

View File

@ -2,13 +2,12 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-fsspec pkgname=py3-fsspec
pkgver=2023.5.0 pkgver=2023.5.0
pkgrel=0 pkgrel=1
pkgdesc="A specification for pythonic filesystems" pkgdesc="A specification for pythonic filesystems"
url="https://github.com/intake/filesystem_spec" url="https://github.com/intake/filesystem_spec"
arch="noarch" arch="noarch"
license="BSD-3-Clause" license="BSD-3-Clause"
depends=" depends="
py3-tqdm
python3 python3
" "
makedepends="py3-setuptools" makedepends="py3-setuptools"
@ -24,6 +23,7 @@ checkdepends="
py3-pytest-asyncio py3-pytest-asyncio
py3-pytest-mock py3-pytest-mock
py3-requests py3-requests
py3-tqdm
" "
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
source="https://github.com/intake/filesystem_spec/archive/$pkgver/filesystem_spec-$pkgver.tar.gz" source="https://github.com/intake/filesystem_spec/archive/$pkgver/filesystem_spec-$pkgver.tar.gz"