From 555951734e56fb519eeb914f3043b7a8e913e357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 18 Jan 2020 16:59:57 +0700 Subject: [PATCH] libbytesize: drop python2 in checkdepends --- srcpkgs/libbytesize/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template index af8c33c045..4cea12da9b 100644 --- a/srcpkgs/libbytesize/template +++ b/srcpkgs/libbytesize/template @@ -5,7 +5,7 @@ revision=2 build_style=gnu-configure hostmakedepends="gettext python3" makedepends="mpfr-devel pcre2-devel" -checkdepends="python3-six python-six" +checkdepends="python3-six" short_desc="Library for operations with sizes in bytes" maintainer="Orphaned " license="LGPL-2.1-or-later" @@ -33,7 +33,6 @@ libbytesize-devel_package() { libbytesize-python3_package() { archs=noarch - pycompile_module="bytesize" depends="python3-six ${sourcepkg}>=${version}_${revision}" short_desc+=" - Python3 bindings" pkg_install() {