mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
python3-tornado: add missing python3 dependency
This commit is contained in:
parent
7f23fc1d9e
commit
4bb2183f22
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python3-tornado'
|
# Template file for 'python3-tornado'
|
||||||
pkgname=python3-tornado
|
pkgname=python3-tornado
|
||||||
version=6.1
|
version=6.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="tornado-${version}"
|
wrksrc="tornado-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="ca-certificates"
|
depends="python3 ca-certificates"
|
||||||
short_desc="Python3 web framework and asynchronous networking library"
|
short_desc="Python3 web framework and asynchronous networking library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue