python3-logbook: add missing python3 dependency
This commit is contained in:
parent
3ad7c06ae6
commit
4742045ddf
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue