From 18457232f92156b281244675a752f634b05115c5 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:11 +0100 Subject: [PATCH] python3-terminaltables: add missing python3 dependency --- srcpkgs/python3-terminaltables/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template index ff7c3042493..59365cb8fcc 100644 --- a/srcpkgs/python3-terminaltables/template +++ b/srcpkgs/python3-terminaltables/template @@ -1,22 +1,18 @@ # Template file for 'python3-terminaltables' pkgname=python3-terminaltables version=3.1.0 -revision=4 +revision=5 wrksrc="terminaltables-${version}" build_style=python3-module -pycompile_module="terminaltables" hostmakedepends="python3-setuptools" +depends="python3" checkdepends="python3-pytest python3-colorama python3-colorclass python3-termcolor" short_desc="Generate simple tables for terminals" maintainer="Aluísio Augusto Silva Gonçalves " license="MIT" homepage="https://github.com/Robpol86/terminaltables" distfiles="https://github.com/Robpol86/terminaltables/archive/v${version}.tar.gz" -checksum=@2c97ec30468b515f1b9dce9a1dded25e1017a4038f03bd8c17d49ca6817a859f - -do_check() { - python3 -m pytest -} +checksum=c02ecf68e22374ca8226d2af314875489e59d523ebec6a363a554e4716a84723 post_install() { vlicense LICENSE