mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/py3-fsspec: remove optional dep
every dep is optional including this one
This commit is contained in:
parent
c96e03ec47
commit
ca62430536
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user