dev-python/autobahn: Fix dropin.cache removal w/ no twisted

Closes: https://bugs.gentoo.org/773001
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-02-26 10:51:31 +01:00
parent 4a1e734417
commit 7c29073beb

View File

@@ -96,7 +96,7 @@ python_test() {
pytest -vv autobahn/wamp/test/test_wamp_component_aio.py || die
unset USE_ASYNCIO
rm -r .pytest_cache || die
rm "${BUILD_DIR}"/lib/twisted/plugins/dropin.cache || die
rm -f "${BUILD_DIR}"/lib/twisted/plugins/dropin.cache || die
}
pkg_postinst() {