summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-26 10:51:31 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-26 10:52:09 +0100
commit7c29073beb8e08992846d20d972fb1a4d5c2168c (patch)
tree4e35b7baf17caf659fe420e6ad5de284774ffae1 /dev-python/autobahn
parentdev-ml/camomile: amd64 stable wrt bug #772839 (diff)
downloadgentoo-7c29073beb8e08992846d20d972fb1a4d5c2168c.tar.gz
gentoo-7c29073beb8e08992846d20d972fb1a4d5c2168c.tar.bz2
gentoo-7c29073beb8e08992846d20d972fb1a4d5c2168c.zip
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>
Diffstat (limited to 'dev-python/autobahn')
-rw-r--r--dev-python/autobahn/autobahn-21.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autobahn/autobahn-21.2.2.ebuild b/dev-python/autobahn/autobahn-21.2.2.ebuild
index b6998f8b8f70..4c94153771d8 100644
--- a/dev-python/autobahn/autobahn-21.2.2.ebuild
+++ b/dev-python/autobahn/autobahn-21.2.2.ebuild
@@ -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() {