mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-09 22:36:36 +02:00
testing/py3-pycosat: add missing build dependency on py3-setuptools
This commit is contained in:
parent
35e48171c1
commit
605a4161be
@ -8,7 +8,7 @@ pkgdesc="Python bindings to picosat (a SAT solver)"
|
||||
url="https://github.com/conda/pycosat"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="python3-dev"
|
||||
makedepends="python3-dev py3-setuptools"
|
||||
source="https://github.com/conda/pycosat/archive/$pkgver/$_pkgname-$pkgver.tar.gz
|
||||
musl-compat.patch
|
||||
"
|
||||
@ -19,7 +19,7 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
PYTHONPATH="$(dirname ./build/lib.linux-*-3.*/*.so)" \
|
||||
PYTHONPATH="$(echo build/lib.linux*)" \
|
||||
python3 test_pycosat.py
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user