diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-03 07:45:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:30 +0000 |
commit | 02e2b8fe3048cadef42b30d93dae63bfc434e27a (patch) | |
tree | 7d63a0909e570d13a13f45dea38f784c08964795 /testing/openwsman | |
parent | 37b1fcea23df80e83b20fc87738938478c51981b (diff) | |
download | aports-02e2b8fe3048cadef42b30d93dae63bfc434e27a.tar.bz2 aports-02e2b8fe3048cadef42b30d93dae63bfc434e27a.tar.xz |
testing/openwsman: rebuild against python 3.8
Diffstat (limited to 'testing/openwsman')
-rw-r--r-- | testing/openwsman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openwsman/APKBUILD b/testing/openwsman/APKBUILD index 026e9d8a4b..84dd62894c 100644 --- a/testing/openwsman/APKBUILD +++ b/testing/openwsman/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=openwsman pkgver=2.6.9 -pkgrel=2 +pkgrel=3 pkgdesc="Opensource Implementation of WS-Management" url="https://openwsman.github.io" arch="all" |