mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-janus: add missing python3 dependency
This commit is contained in:
parent
560e0fcceb
commit
903ad79afb
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-janus'
|
# Template file for 'python3-janus'
|
||||||
pkgname=python3-janus
|
pkgname=python3-janus
|
||||||
version=0.5.0
|
version=0.5.0
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="janus-${version}"
|
wrksrc="janus-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Thread-safe asyncio-aware queue"
|
short_desc="Thread-safe asyncio-aware queue"
|
||||||
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue