python3-peewee: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:08 +01:00
parent 3e31ec5697
commit afcf2d7a2d

View file

@ -1,11 +1,12 @@
# Template file for 'python3-peewee'
pkgname=python3-peewee
version=3.14.4
revision=2
revision=3
wrksrc="peewee-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel sqlite-devel"
depends="python3"
short_desc="Small and simple ORM for Python3"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="MIT"