mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/py3-mergedeep: build with vendored distutils
This commit is contained in:
parent
6f19011c1c
commit
5bceb8aeeb
@ -15,12 +15,10 @@ builddir="$srcdir/mergedeep-$pkgver"
|
||||
options="!check" # No tests.
|
||||
|
||||
build() {
|
||||
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
python3 setup.py install --skip-build --root="$pkgdir"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user