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'
|
||||
pkgname=python3-tornado
|
||||
version=6.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="tornado-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="ca-certificates"
|
||||
depends="python3 ca-certificates"
|
||||
short_desc="Python3 web framework and asynchronous networking library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue