python3-bottle: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:02 +01:00
parent ef021e6252
commit e12d197fd2

View file

@ -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"