Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/
Date: Mon, 30 Aug 2021 19:34:44
Message-Id: 1630352070.6c56d3c1ff670872f61edddc9ce7bb8717928c3a.tupone@gentoo
1 commit: 6c56d3c1ff670872f61edddc9ce7bb8717928c3a
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 19:34:07 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 19:34:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c56d3c1
7
8 sci-visualization/dash-table: restrict test
9
10 Closes: https://bugs.gentoo.org/810964
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-visualization/dash-table/dash-table-4.11.3.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
18 index d1576cddf04..273b870d6b7 100644
19 --- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild
20 +++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
21 @@ -10,6 +10,9 @@ DESCRIPTION="First-Class interactive DataTable for Dash"
22 HOMEPAGE="https://plot.ly/dash"
23 SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
24 -> ${P}.tar.gz"
25 +# Test execution depends on sci-visualization/dash being installed
26 +# but sci-visualization/dash depends on this
27 +RESTRICT="test"
28
29 LICENSE="MIT"
30 SLOT="0"