python3-appdirs: fix do_check

This commit is contained in:
Đoàn Trần Công Danh 2022-09-22 21:47:35 +07:00
parent c298b325ae
commit 9a2fb7fd98
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ homepage="https://github.com/ActiveState/appdirs/"
distfiles="${PYPI_SITE}/a/appdirs/appdirs-${version}.tar.gz"
checksum=7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41
do_check() {
python2 setup.py test
}
post_install() {
vlicense LICENSE.txt
}