mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user