libbytesize: drop python2 in checkdepends

This commit is contained in:
Đoàn Trần Công Danh 2020-01-18 16:59:57 +07:00 committed by q66
parent f4c18da1e4
commit 555951734e

View file

@ -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 <orphan@voidlinux.org>"
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() {