diff options
Diffstat (limited to 'community/py3-heapdict/APKBUILD')
-rw-r--r-- | community/py3-heapdict/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-heapdict/APKBUILD b/community/py3-heapdict/APKBUILD index 6248489ebd7..61262b809b2 100644 --- a/community/py3-heapdict/APKBUILD +++ b/community/py3-heapdict/APKBUILD @@ -23,7 +23,7 @@ check() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="d82e1eaca4b51da1cfd7a43689796523863d4173b4c23aec4c259025dca7775e5aeb58abef66ae8374e996d00aa07e6728d0f2293304202ea0bd3369fb6010be HeapDict-1.0.1.tar.gz" |