1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00

testing/py3-pep8-naming: fix depends

needs py3-flake8-polyfill
for python 3.9
This commit is contained in:
Natanael Copa 2021-04-05 10:27:12 +00:00
parent 16494c5a78
commit a387c87fe1

View file

@ -2,12 +2,12 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pep8-naming
pkgver=0.11.1
pkgrel=0
pkgrel=1
pkgdesc="Check PEP-8 naming conventions plugin for flake8"
url="https://github.com/flintwork/pep8-naming"
arch="noarch"
license="MIT"
depends="python3 py3-flake8"
depends="python3 py3-flake8 py3-flake8-polyfill"
makedepends="py3-setuptools"
checkdepends="
py3-six