pyflakes: fix typo in depends
This commit is contained in:
parent
3acf18db52
commit
ccec454f60
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'pyflakes'
|
||||
pkgname=pyflakes
|
||||
version=0.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="${hostmakedependso}"
|
||||
depends="${hostmakedepends}"
|
||||
pycompile_module="pyflakes"
|
||||
short_desc="Passive checker of Python programs"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue