python3-argcomplete: add missing python3 dependency
This commit is contained in:
parent
c61efcd5b2
commit
92bea68af5
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-argcomplete'
|
||||
pkgname=python3-argcomplete
|
||||
version=1.12.3
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="argcomplete-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Bash tab completion for argparse"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue