Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autobahn/
Date: Fri, 26 Feb 2021 09:52:17
Message-Id: 1614333129.7c29073beb8e08992846d20d972fb1a4d5c2168c.mgorny@gentoo
1 commit: 7c29073beb8e08992846d20d972fb1a4d5c2168c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 09:51:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 09:52:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c29073b
7
8 dev-python/autobahn: Fix dropin.cache removal w/ no twisted
9
10 Closes: https://bugs.gentoo.org/773001
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/autobahn/autobahn-21.2.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/autobahn/autobahn-21.2.2.ebuild b/dev-python/autobahn/autobahn-21.2.2.ebuild
17 index b6998f8b8f7..4c94153771d 100644
18 --- a/dev-python/autobahn/autobahn-21.2.2.ebuild
19 +++ b/dev-python/autobahn/autobahn-21.2.2.ebuild
20 @@ -96,7 +96,7 @@ python_test() {
21 pytest -vv autobahn/wamp/test/test_wamp_component_aio.py || die
22 unset USE_ASYNCIO
23 rm -r .pytest_cache || die
24 - rm "${BUILD_DIR}"/lib/twisted/plugins/dropin.cache || die
25 + rm -f "${BUILD_DIR}"/lib/twisted/plugins/dropin.cache || die
26 }
27
28 pkg_postinst() {