aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-19 17:50:28 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-19 18:03:35 +0100
commit861d06432acd78550fe26a1c271fb34c4cde5ca2 (patch)
tree337bc0ca56473320a78d7a9ff166f616032476b1 /community
parent99c869f90ea0fec5bd8bd7a00de7fde0ed7b3c25 (diff)
downloadaports-861d06432acd78550fe26a1c271fb34c4cde5ca2.tar.bz2
aports-861d06432acd78550fe26a1c271fb34c4cde5ca2.tar.xz
community/xapian-bindings: drop py3-typing dependency
Diffstat (limited to 'community')
-rw-r--r--community/xapian-bindings/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xapian-bindings/APKBUILD b/community/xapian-bindings/APKBUILD
index d6c591e001..9c56533c01 100644
--- a/community/xapian-bindings/APKBUILD
+++ b/community/xapian-bindings/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=xapian-bindings
pkgver=1.4.13
-pkgrel=1
+pkgrel=2
pkgdesc="Binding libraries for xapian"
url="http://www.xapian.org"
arch="all"
@@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
options="!check"
_py_makedepends="
py3-sphinx-autobuild py3-sphinx
- py3-requests py3-setuptools py3-typing
+ py3-requests py3-setuptools
py3-urllib3 py3-chardet py3-idna
python3-dev py3-certifi"
_php_makedepends="php7-dev"