aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-openapi-codec
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-openapi-codec')
-rw-r--r--testing/py-openapi-codec/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-openapi-codec/APKBUILD b/testing/py-openapi-codec/APKBUILD
index f64e7e4244..830b0df7e5 100644
--- a/testing/py-openapi-codec/APKBUILD
+++ b/testing/py-openapi-codec/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=py-openapi-codec
pkgver=1.3.2
-pkgrel=0
+pkgrel=1
pkgdesc="OpenAPI codec for Core API"
url="https://github.com/core-api/python-openapi-codec"
arch="noarch"
@@ -10,7 +10,7 @@ license="Custom"
depends="py-core-api"
makedepends="python3-dev python2-dev py2-setuptools"
checkdepends="py-coverage pytest py-core-api py-jinja2 py-pycodestyle py-pyflakes"
-subpackages="py3-${pkgname#py-}:_py3"
+subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="$pkgname-$pkgver.tar.gz::https://github.com/core-api/python-openapi-codec/archive/$pkgver.tar.gz
disable-flake8-tests-that-requires-pyflake15.patch
"