From 44228437bb8cb69c9765b60449afdd7f67d2b03f Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:12 +0100 Subject: [PATCH] python3-txaio: add missing python3 dependency --- srcpkgs/python3-txaio/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template index 99053e1ad2d..af2e958afd0 100644 --- a/srcpkgs/python3-txaio/template +++ b/srcpkgs/python3-txaio/template @@ -1,21 +1,18 @@ # Template file for 'python3-txaio' pkgname=python3-txaio version=21.2.1 -revision=2 +revision=3 wrksrc="txaio-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" +depends="python3" short_desc="Utilities to support code that runs unmodified on Twisted and asyncio" maintainer="travankor " license="MIT" homepage="https://github.com/crossbario/txaio" distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz" checksum=ca6f62d244ec3581b71c5c1f808a8b4a48f35cc02591b2c7c1eba7970d76cb6c - -do_check() { - # Depends on deprecated and unmaintained trollius package - : -} +make_check=no # Depends on deprecated and unmaintained trollius package post-install() { vlicense LICENSE