diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-30 15:05:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:59 +0000 |
commit | 3973d98ef5865e2a02b343a9f8eb8eeea5ca3cf5 (patch) | |
tree | 1af50843bd390344a3d8411d0084beabb7d40a44 | |
parent | f769127a526e93bb5df219ae7f134c73b88cc9a9 (diff) | |
download | aports-3973d98ef5865e2a02b343a9f8eb8eeea5ca3cf5.tar.bz2 aports-3973d98ef5865e2a02b343a9f8eb8eeea5ca3cf5.tar.xz |
community/py3-ldap3: rebuild against python 3.8
-rw-r--r-- | community/py3-ldap3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-ldap3/APKBUILD b/community/py3-ldap3/APKBUILD index 5a83d681d6..64c7908a8e 100644 --- a/community/py3-ldap3/APKBUILD +++ b/community/py3-ldap3/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-ldap3 _pkgname=ldap3 pkgver=2.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="A strictly RFC 4510 conforming LDAP V3 pure Python3 client" url="https://github.com/cannatag/ldap3" arch="noarch" |