diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-httpretty/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/py3-httpretty/APKBUILD b/testing/py3-httpretty/APKBUILD index f00b6cb900..42414aaaa1 100644 --- a/testing/py3-httpretty/APKBUILD +++ b/testing/py3-httpretty/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-httpretty _pyname=httpretty pkgver=0.9.6 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP client mocking tool for Python" url="https://github.com/gabrielfalcao/HTTPretty" arch="noarch" @@ -25,6 +25,8 @@ check() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" + # Fix permissions on .EGG-INFO + chmod 644 "$pkgdir"/usr/lib/python3*/site-packages/*.egg-info/* } sha512sums="bc1c64d34370209c732bc12dd9935600b647507ab2c8f18c85f348e9b5e853618ba39e10e5a073b35036e6cbe3db2cb7a342a721d0e4affa81fe178fd0b75d92 httpretty-0.9.6.tar.gz" |
