Fix: add python build deps
Some checks failed
Build package / build-package (push) Failing after 36s

* python-build
* python-hatch
This commit is contained in:
2025-02-11 16:21:24 +08:00
parent edd124e9a2
commit 9a32f82436

View File

@@ -9,7 +9,7 @@ url="https://github.com/open-iscsi/$_pkgname"
license=('Apache') license=('Apache')
depends=('python' 'python-six' 'python-pyudev') depends=('python' 'python-six' 'python-pyudev')
conflicts=('python2-rtslib' 'targetcli-fb<=2.1.fb31') conflicts=('python2-rtslib' 'targetcli-fb<=2.1.fb31')
makedepends=('python-setuptools' 'python-pyudev') makedepends=('python-setuptools' 'python-pyudev' 'python-build' 'python-hatch')
source=( source=(
"https://github.com/open-iscsi/$_pkgname/archive/v${pkgver}.tar.gz" "https://github.com/open-iscsi/$_pkgname/archive/v${pkgver}.tar.gz"
target.service target.service