python3-janus: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:05 +01:00
parent 560e0fcceb
commit 903ad79afb

View file

@ -1,10 +1,11 @@
# Template file for 'python3-janus'
pkgname=python3-janus
version=0.5.0
revision=3
revision=4
wrksrc="janus-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Thread-safe asyncio-aware queue"
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
license="Apache-2.0"