aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-04-02 09:10:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:19:17 +0000
commit4a8d802a37b635977f470434b8b93ea3b32fc636 (patch)
tree893e2156e4d3ad9636eb9dea37249bca689ab373
parent5cccfa626f34a38238ae8d5a928072c4ab96f86c (diff)
testing/py3-dict2xml: rebuild against python 3.9
-rw-r--r--testing/py3-dict2xml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-dict2xml/APKBUILD b/testing/py3-dict2xml/APKBUILD
index 60d787a3264..88fe24738d2 100644
--- a/testing/py3-dict2xml/APKBUILD
+++ b/testing/py3-dict2xml/APKBUILD
@@ -2,7 +2,7 @@
pkgname=py3-dict2xml
_pyname=dict2xml
pkgver=1.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="Small utility to convert a python dictionary into an XML string"
options="!check" # Requires unpackaged 'NoseOfYeti'
url="https://github.com/delfick/python-dict2xml"