Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/debugpy/
Date: Fri, 25 Jun 2021 10:11:18
Message-Id: 1624615590.3ebf16a611da0109611b16364d17b837764602a8.andrewammerlaan@gentoo
1 commit: 3ebf16a611da0109611b16364d17b837764602a8
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 10:06:30 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 10:06:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ebf16a6
7
8 dev-python/debugpy: add missing RESTRICT="!test? ( test )"
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/debugpy/debugpy-1.3.0.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/debugpy/debugpy-1.3.0.ebuild b/dev-python/debugpy/debugpy-1.3.0.ebuild
17 index b73fa3c2c..38c5220f3 100644
18 --- a/dev-python/debugpy/debugpy-1.3.0.ebuild
19 +++ b/dev-python/debugpy/debugpy-1.3.0.ebuild
20 @@ -19,6 +19,7 @@ LICENSE="MIT"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 IUSE="test"
24 +RESTRICT="!test? ( test )"
25
26 DOCS="DESCRIPTION.md"
27
28 @@ -28,6 +29,7 @@ DEPEND="
29 dev-python/nose[${PYTHON_USEDEP}]
30 dev-python/pytest[${PYTHON_USEDEP}]
31 )"
32 +BDEPEND="app-arch/unzip"
33
34 python_test() {
35 nosetests --verbose || die