diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index 0e36587..11bfae8 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -17,7 +17,6 @@ depends=" bash libcap-setcap nginx - kadmin-rs postgresql procps pwgen @@ -60,6 +59,7 @@ depends=" py3-jsonpatch py3-jwt py3-jwcrypto + py3-kadmin-rs py3-kubernetes py3-ldap3 py3-lxml diff --git a/ilot/kadmin-rs/APKBUILD b/ilot/py3-kadmin-rs/APKBUILD similarity index 98% rename from ilot/kadmin-rs/APKBUILD rename to ilot/py3-kadmin-rs/APKBUILD index 9f5c62f..58ffe8a 100644 --- a/ilot/kadmin-rs/APKBUILD +++ b/ilot/py3-kadmin-rs/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Antoine Martin (ayakael) # Maintainer: Antoine Martin (ayakael) -pkgname=kadmin-rs +pkgname=py3-kadmin-rs pkgver=0.5.3 pkgrel=0 pkgdesc="Rust and Python interfaces to the Kerberos administration interface (kadm5)"