fix: move cython to makedepends

This commit is contained in:
Aleksei Kharlamov 2024-04-30 12:20:17 +02:00
parent c4dc8ba30b
commit 58353b4d77
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = s3ql
pkgdesc = A full-featured file system for online data storage.
pkgver = 5.2.0
pkgrel = 1
pkgrel = 2
url = https://github.com/s3ql/s3ql
install = s3ql.install
changelog = ChangeLog.rst

View file

@ -7,7 +7,7 @@
pkgname=s3ql
pkgver=5.2.0
pkgrel=1
pkgrel=2
pkgdesc="A full-featured file system for online data storage."
arch=('x86_64')
url="https://github.com/s3ql/s3ql"
@ -18,7 +18,6 @@ depends=(
'python-apsw'
'python-trio'
'python-pyfuse3'
'cython'
)
optdepends=(
'python-systemd: for enabling systemd support'
@ -26,7 +25,7 @@ optdepends=(
'python-google-auth: for ADC authentication with Google Storage'
'python-google-auth-oauthlib: for browser-based authentication with Google Storage'
)
makedepends=('python-setuptools' 'python-pip' 'python-wheel')
makedepends=('python-setuptools' 'python-pip' 'python-wheel' 'cython')
install=s3ql.install
changelog=ChangeLog.rst
source=("https://github.com/s3ql/s3ql/releases/download/s3ql-${pkgver}/s3ql-${pkgver}.tar.gz")