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