mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-19 12:42:30 +02:00
testing/py3-diskcache: build with vendored distutils
This commit is contained in:
parent
52b30c3c12
commit
39638f8cc1
@ -19,7 +19,6 @@ replaces="py-diskcache" # Backwards compatibility
|
||||
provides="py-diskcache=$pkgver-r$pkgrel" # Backwards compatibility
|
||||
|
||||
build() {
|
||||
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
@ -28,7 +27,6 @@ check() {
|
||||
}
|
||||
|
||||
package() {
|
||||
export SETUPTOOLS_USE_DISTUTILS=stdlib
|
||||
python3 setup.py install --skip-build --root="$pkgdir"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user