mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 20:55:15 +02:00
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'
|
# Template file for 'pyflakes'
|
||||||
pkgname=pyflakes
|
pkgname=pyflakes
|
||||||
version=0.9.0
|
version=0.9.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="${hostmakedependso}"
|
depends="${hostmakedepends}"
|
||||||
pycompile_module="pyflakes"
|
pycompile_module="pyflakes"
|
||||||
short_desc="Passive checker of Python programs"
|
short_desc="Passive checker of Python programs"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue