diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-09-05 20:03:42 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-09-05 20:03:42 +0200 |
commit | f57f939c531671702e078a1f0b833ca89481212a (patch) | |
tree | d1843cda54bc34e1d7f321be3b28bcac1eb47ae7 /sci-visualization | |
parent | dev-libs/crc32c: add 1.1.1, enable tests (diff) | |
download | gentoo-f57f939c531671702e078a1f0b833ca89481212a.tar.gz gentoo-f57f939c531671702e078a1f0b833ca89481212a.tar.bz2 gentoo-f57f939c531671702e078a1f0b833ca89481212a.zip |
sci-visualization/dash-core-components: RESTRICT test
Closes: https://bugs.gentoo.org/810451
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-core-components/dash-core-components-1.16.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild index ec2940e44a0c..8c8eac37c2de 100644 --- a/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild +++ b/sci-visualization/dash-core-components/dash-core-components-1.16.0.ebuild @@ -10,6 +10,9 @@ DESCRIPTION="Core components suite 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" |