python3-PyICU: remove unnecessary custom do_check

This commit is contained in:
Andrew J. Hesford 2021-06-08 00:34:28 -04:00
parent 68a866066d
commit b07227c6cf

View file

@ -16,10 +16,6 @@ changelog="https://gitlab.pyicu.org/main/pyicu/-/raw/main/CHANGES"
distfiles="https://gitlab.pyicu.org/main/pyicu/-/archive/v${version}/pyicu-v${version}.tar.bz2"
checksum=072672a2403bedb54240494ad8cbb8f443825b6e6c1a98f11a556d8adff96be0
pre_check() {
export PYTHONPATH=$(cd build/lib* && pwd)
}
post_install() {
vlicense LICENSE
}