From 57c1c1d76cc55297f500b2e6bf7fc1651dd50f17 Mon Sep 17 00:00:00 2001 From: sev Date: Thu, 9 Jun 2022 13:52:48 -0500 Subject: [PATCH] py3-ldap0: fix dependencies --- testing/py3-ldap0/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/py3-ldap0/APKBUILD b/testing/py3-ldap0/APKBUILD index d1e32ae..fa2df02 100644 --- a/testing/py3-ldap0/APKBUILD +++ b/testing/py3-ldap0/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: sev pkgname=py3-ldap0 pkgver=1.4.9 -pkgrel=0 +pkgrel=1 pkgdesc="Module package for implementing LDAP clients" url="https://code.stroeder.com/pymod/python-ldap0.git" arch="all" license="Apache-2.0" +depends="py3-asn1 py3-asn1-modules" makedepends="python3-dev py3-setuptools openldap-dev" # unreliable source #source="https://code.stroeder.com/pymod/python-ldap0/tags" -- 2.46.0