python3-bottle: add missing python3 dependency
This commit is contained in:
parent
ef021e6252
commit
e12d197fd2
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-bottle'
|
||||
pkgname=python3-bottle
|
||||
version=0.12.19
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="bottle-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Fast and simple WSGI-framework for small web-applications (Python3)"
|
||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue