diff options
Diffstat (limited to 'testing/py3-pytest-expect/APKBUILD')
-rw-r--r-- | testing/py3-pytest-expect/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pytest-expect/APKBUILD b/testing/py3-pytest-expect/APKBUILD index 65b0bf2df35..d7b006cd91e 100644 --- a/testing/py3-pytest-expect/APKBUILD +++ b/testing/py3-pytest-expect/APKBUILD @@ -19,7 +19,7 @@ build() { } package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" + python3 setup.py install --skip-build --root="$pkgdir" } sha512sums="dbef3c394e974663179e91ca3cd6f096fdb055693b3e540dd0f27d6bf59a5c7298144598eb069f8f0acddd82ecce0bdce14ccd25728eb6a024d41895403e5144 pytest-expect-1.1.0.tar.gz" |