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:
parent
16494c5a78
commit
a387c87fe1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue