diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-08-30 21:34:07 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-08-30 21:34:30 +0200 |
commit | 6c56d3c1ff670872f61edddc9ce7bb8717928c3a (patch) | |
tree | cbfee6a3acb27848fea6012bd6c5f0e5a6b172cb /sci-visualization | |
parent | kde-plasma/kwin: change blocker to < dependency (diff) | |
download | gentoo-6c56d3c1ff670872f61edddc9ce7bb8717928c3a.tar.gz gentoo-6c56d3c1ff670872f61edddc9ce7bb8717928c3a.tar.bz2 gentoo-6c56d3c1ff670872f61edddc9ce7bb8717928c3a.zip |
sci-visualization/dash-table: restrict test
Closes: https://bugs.gentoo.org/810964
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/dash-table/dash-table-4.11.3.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild b/sci-visualization/dash-table/dash-table-4.11.3.ebuild index d1576cddf041..273b870d6b77 100644 --- a/sci-visualization/dash-table/dash-table-4.11.3.ebuild +++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild @@ -10,6 +10,9 @@ DESCRIPTION="First-Class interactive DataTable for Dash" HOMEPAGE="https://plot.ly/dash" SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +# Test execution depends on sci-visualization/dash being installed +# but sci-visualization/dash depends on this +RESTRICT="test" LICENSE="MIT" SLOT="0" |