diff options
Diffstat (limited to 'community/xapian-bindings/APKBUILD')
-rw-r--r-- | community/xapian-bindings/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xapian-bindings/APKBUILD b/community/xapian-bindings/APKBUILD index 756e7fbd97..271870e608 100644 --- a/community/xapian-bindings/APKBUILD +++ b/community/xapian-bindings/APKBUILD @@ -9,9 +9,9 @@ arch="all" license="GPL2+" # Disabled check for now since php7 smoketest fails options="!check" -_py_makedepends="python-dev - py-sphinx-autobuild py2-sphinx - py2-requests py-setuptools py2-typing +_py_makedepends="python-dev + py-sphinx-autobuild py2-sphinx + py2-requests py-setuptools py2-typing py-urllib3 py-chardet py-idna python3-dev py3-requests py3-certifi" _php_makedepends="php7-dev" |