libbytesize: fix tests.
This commit is contained in:
parent
b1d1664242
commit
925c4096d3
1 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'libbytesize'
|
# Template file for 'libbytesize'
|
||||||
pkgname=libbytesize
|
pkgname=libbytesize
|
||||||
version=1.3
|
version=1.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="mpfr-devel pcre-devel"
|
makedepends="mpfr-devel pcre-devel"
|
||||||
|
checkdepends="python3-six python-six"
|
||||||
short_desc="A library for operations with sizes in bytes"
|
short_desc="A library for operations with sizes in bytes"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
@ -12,9 +13,11 @@ homepage="https://github.com/storaged-project/libbytesize"
|
||||||
distfiles="https://github.com/storaged-project/libbytesize/releases/download/${version}/libbytesize-${version}.tar.gz"
|
distfiles="https://github.com/storaged-project/libbytesize/releases/download/${version}/libbytesize-${version}.tar.gz"
|
||||||
checksum=d1991726a67ee44e4c9b3deaba5bbacd5392d3364439efce08060abc45edf5d0
|
checksum=d1991726a67ee44e4c9b3deaba5bbacd5392d3364439efce08060abc45edf5d0
|
||||||
|
|
||||||
do_check() {
|
pre_check() {
|
||||||
# broken, one depends on systemd
|
# Disable test that depends on unpackaged pocketlint
|
||||||
:
|
sed -i 's|canary_tests.sh$||g' tests/Makefile
|
||||||
|
# Default locale doesn't work
|
||||||
|
sed -i 's|DEFAULT_LOCALE =.*|DEFAULT_LOCALE = "C"|g' tests/libbytesize_unittest.py
|
||||||
}
|
}
|
||||||
|
|
||||||
libbytesize-devel_package() {
|
libbytesize-devel_package() {
|
||||||
|
|
Loading…
Reference in a new issue