Skip to content
Snippets Groups Projects
Commit 7edddef4 authored by Leonardo Arena's avatar Leonardo Arena
Browse files

testing/py-openapi-codec: package also for python2

parent 9a341fad
No related branches found
No related tags found
No related merge requests found
......@@ -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
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment