diff options
Diffstat (limited to 'testing/py3-bottle-werkzeug/APKBUILD')
-rw-r--r-- | testing/py3-bottle-werkzeug/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-bottle-werkzeug/APKBUILD b/testing/py3-bottle-werkzeug/APKBUILD index 7819cd7c2f4..61ddda24e8b 100644 --- a/testing/py3-bottle-werkzeug/APKBUILD +++ b/testing/py3-bottle-werkzeug/APKBUILD @@ -22,7 +22,7 @@ build() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="13fce3be73caa42c8cbdf437799c1fdb32a6e1ea513055ce9cd53788cea318a6d990b0975b39bcbad3b6fb2994d17d29651603687f59604e81508e61b3b0319a bottle-werkzeug-0.1.1.tar.gz" |