libbytesize: drop python2 in checkdepends
This commit is contained in:
parent
f4c18da1e4
commit
555951734e
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue