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