python3-logbook: add missing python3 dependency
This commit is contained in:
parent
3ad7c06ae6
commit
4742045ddf
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-logbook'
|
# Template file for 'python3-logbook'
|
||||||
pkgname=python3-logbook
|
pkgname=python3-logbook
|
||||||
version=1.5.3
|
version=1.5.3
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="logbook-${version}"
|
wrksrc="logbook-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-devel python3-Cython"
|
hostmakedepends="python3-setuptools python3-devel python3-Cython"
|
||||||
|
depends="python3"
|
||||||
short_desc="Replacement for python's standard library logging module"
|
short_desc="Replacement for python's standard library logging module"
|
||||||
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Reference in New Issue