python-pyfastani: remove fastani from depends (#198)

This commit is contained in:
Martin Larralde 2024-02-20 18:13:13 +01:00 committed by GitHub
parent fd2772ed94
commit 1514ce7f01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ url="https://github.com/althonos/${_name}"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=("MIT")
makedepends=('python-setuptools' 'cython' 'python-build' 'python-installer' 'python-wheel')
depends=('python' 'fastani' 'gcc-libs' 'glibc')
depends=('python' 'gcc-libs' 'glibc')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('44d86cbe8581d4891748ebe9851ae0a0c27489bb9f77728131415ed6b90cc35a')