From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88701138350 for ; Mon, 2 Mar 2020 10:26:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C3A9E08DC; Mon, 2 Mar 2020 10:26:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81876E08DC for ; Mon, 2 Mar 2020 10:26:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8659134F004 for ; Mon, 2 Mar 2020 10:26:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF1A9C for ; Mon, 2 Mar 2020 10:26:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583144779.7b6f96093344b4e6d8463b21afa48c213ecf9fc5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/tekore/tekore-1.4.0.ebuild X-VCS-Directories: dev-python/tekore/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7b6f96093344b4e6d8463b21afa48c213ecf9fc5 X-VCS-Branch: dev Date: Mon, 2 Mar 2020 10:26:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6c3fec8-51af-4112-ab0b-3e1144ffb64b X-Archives-Hash: 4098dc172200e4c6f95456fbdb1f78a3 commit: 7b6f96093344b4e6d8463b21afa48c213ecf9fc5 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Mar 2 10:26:19 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Mar 2 10:26:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b6f9609 dev-python/tekore: Remove unnecessary pytest-qt dep why was that there? tests work just fine without it Package-Manager: Portage-2.3.91, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/tekore/tekore-1.4.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/tekore/tekore-1.4.0.ebuild b/dev-python/tekore/tekore-1.4.0.ebuild index a962f19..cff5cc9 100644 --- a/dev-python/tekore/tekore-1.4.0.ebuild +++ b/dev-python/tekore/tekore-1.4.0.ebuild @@ -31,8 +31,6 @@ BDEPEND="doc? ( RDEPEND="dev-python/requests[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}]" -DEPEND="test? ( dev-python/pytest-qt[${PYTHON_USEDEP}] )" - DOCS="readme.rst" distutils_enable_tests pytest