diff options
-rw-r--r-- | community/salt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/salt/APKBUILD b/community/salt/APKBUILD index 16bd9a6756..943fe3ccb6 100644 --- a/community/salt/APKBUILD +++ b/community/salt/APKBUILD @@ -3,13 +3,13 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=salt pkgver=2019.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="A parallel remote execution system" url="https://github.com/saltstack/salt" arch="noarch !s390x" license="Apache-2.0" depends="py3-tornado py3-yaml py3-jinja2 py3-markupsafe py3-msgpack py3-crypto py3-pyzmq - py3-six py3-requests py3-pygit2 py3-dateutil procps" + py3-six py3-requests py3-pygit2 py3-dateutil py3-distro procps" makedepends="python3-dev py3-apache-libcloud" subpackages="$pkgname-doc $pkgname-master $pkgname-master-openrc:master_openrc |