dev-python/cchardet: call esetup.py cause its shorter

and add proper die message

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-02 22:43:51 +02:00
parent bad082bb6a
commit 4443580031

View File

@@ -35,5 +35,5 @@ distutils_enable_tests nose
#}
python_test() {
"${EPYTHON}" setup.py nosetests || die
esetup.py nosetests || die "Tests fail with ${EPYTHON}"
}