python3-logbook: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:06 +01:00
parent 3ad7c06ae6
commit 4742045ddf
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# Template file for 'python3-logbook'
pkgname=python3-logbook
version=1.5.3
revision=3
revision=4
wrksrc="logbook-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-devel python3-Cython"
depends="python3"
short_desc="Replacement for python's standard library logging module"
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
license="BSD-3-Clause"