mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-txaio: add missing python3 dependency
This commit is contained in:
parent
a162bb8b22
commit
44228437bb
1 changed files with 3 additions and 6 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'python3-txaio'
|
# Template file for 'python3-txaio'
|
||||||
pkgname=python3-txaio
|
pkgname=python3-txaio
|
||||||
version=21.2.1
|
version=21.2.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="txaio-${version}"
|
wrksrc="txaio-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
|
short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/crossbario/txaio"
|
homepage="https://github.com/crossbario/txaio"
|
||||||
distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
|
distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
|
||||||
checksum=ca6f62d244ec3581b71c5c1f808a8b4a48f35cc02591b2c7c1eba7970d76cb6c
|
checksum=ca6f62d244ec3581b71c5c1f808a8b4a48f35cc02591b2c7c1eba7970d76cb6c
|
||||||
|
make_check=no # Depends on deprecated and unmaintained trollius package
|
||||||
do_check() {
|
|
||||||
# Depends on deprecated and unmaintained trollius package
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
post-install() {
|
post-install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue