From: sev Date: Thu, 12 May 2022 17:39:56 +0000 (-0500) Subject: web2ldap: fix build deps X-Git-Url: https://git.sev.monster/aports.git/commitdiff_plain/7e68841b0da44b55657870768e15834b459a1495 web2ldap: fix build deps --- diff --git a/testing/web2ldap/APKBUILD b/testing/web2ldap/APKBUILD index fa2f418..32dfc72 100644 --- a/testing/web2ldap/APKBUILD +++ b/testing/web2ldap/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: sev pkgname=web2ldap pkgver=1.7.6 -pkgrel=0 +pkgrel=1 pkgdesc="Full-featured LDAP client running as web application" url="https://web2ldap.de" arch="noarch" license="Apache-2.0" makedepends="python3-dev py3-setuptools" -depends="py3-ldap0 py3-xlwt py3-dnspython" +depends="py3-ldap0 py3-xlwt py3-dnspython py3-iso3166" subpackages="$pkgname-openrc" source="https://www.web2ldap.de/download/web2ldap-$pkgver.tar.gz web2ldap.initd"