Date: Friday, March 3, 2023 @ 01:04:21 Author: svenstaro Revision: 1408707
upgpkg: ansible 7.3.0-2: Add python-kubernetes to optdepends (FS#77686) Modified: ansible/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-03 01:03:58 UTC (rev 1408706) +++ PKGBUILD 2023-03-03 01:04:21 UTC (rev 1408707) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=ansible pkgver=7.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='Official assortment of Ansible collections' arch=('any') url='https://pypi.org/project/ansible/' @@ -18,6 +18,7 @@ 'python-openstacksdk: OpenStack module' 'python-pynetbox: NetBox module' 'python-ldap: LDAP modules' + 'python-kubernetes: Kubernetes modules' 'python-keyring: Keyring module' 'python-python-github3py: GitHub module' 'acme-tiny: openssl_certificate module')
