Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/
Date: Mon, 02 Mar 2020 10:26:41
Message-Id: 1583144779.7b6f96093344b4e6d8463b21afa48c213ecf9fc5.andrewammerlaan@gentoo
1 commit: 7b6f96093344b4e6d8463b21afa48c213ecf9fc5
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Mar 2 10:26:19 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Mar 2 10:26:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b6f9609
7
8 dev-python/tekore: Remove unnecessary pytest-qt dep
9
10 why was that there?
11 tests work just fine without it
12
13 Package-Manager: Portage-2.3.91, Repoman-2.3.20
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
15
16 dev-python/tekore/tekore-1.4.0.ebuild | 2 --
17 1 file changed, 2 deletions(-)
18
19 diff --git a/dev-python/tekore/tekore-1.4.0.ebuild b/dev-python/tekore/tekore-1.4.0.ebuild
20 index a962f19..cff5cc9 100644
21 --- a/dev-python/tekore/tekore-1.4.0.ebuild
22 +++ b/dev-python/tekore/tekore-1.4.0.ebuild
23 @@ -31,8 +31,6 @@ BDEPEND="doc? (
24 RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
25 dev-python/httpx[${PYTHON_USEDEP}]"
26
27 -DEPEND="test? ( dev-python/pytest-qt[${PYTHON_USEDEP}] )"
28 -
29 DOCS="readme.rst"
30
31 distutils_enable_tests pytest