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 merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: # Maintainer:
pkgname=py-openapi-codec pkgname=py-openapi-codec
pkgver=1.3.2 pkgver=1.3.2
pkgrel=0 pkgrel=1
pkgdesc="OpenAPI codec for Core API" pkgdesc="OpenAPI codec for Core API"
url="https://github.com/core-api/python-openapi-codec" url="https://github.com/core-api/python-openapi-codec"
arch="noarch" arch="noarch"
...@@ -10,7 +10,7 @@ license="Custom" ...@@ -10,7 +10,7 @@ license="Custom"
depends="py-core-api" depends="py-core-api"
makedepends="python3-dev python2-dev py2-setuptools" makedepends="python3-dev python2-dev py2-setuptools"
checkdepends="py-coverage pytest py-core-api py-jinja2 py-pycodestyle py-pyflakes" 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 source="$pkgname-$pkgver.tar.gz::https://github.com/core-api/python-openapi-codec/archive/$pkgver.tar.gz
disable-flake8-tests-that-requires-pyflake15.patch 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