mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user