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 5891E1382C5 for ; Sat, 19 Dec 2020 10:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77FD7E0878; Sat, 19 Dec 2020 10:08:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 63795E0878 for ; Sat, 19 Dec 2020 10:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 285E23410B7 for ; Sat, 19 Dec 2020 10:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910E71F9 for ; Sat, 19 Dec 2020 10:08:31 +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: <1608372506.e85dac6e635c606c3cf500e217ca2868b65e7761.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiosqlite/aiosqlite-0.16.0.ebuild X-VCS-Directories: dev-python/aiosqlite/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e85dac6e635c606c3cf500e217ca2868b65e7761 X-VCS-Branch: dev Date: Sat, 19 Dec 2020 10:08:31 +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: 75f89c45-3c6e-4048-97d1-3b67bdeb07a9 X-Archives-Hash: e37057f34579b7e00378666eab01a0bf Message-ID: <20201219100831.tUCv7O_cdin69xRwSvOaekpw6skJsEpy_d3XywpgDco@z> commit: e85dac6e635c606c3cf500e217ca2868b65e7761 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Dec 19 10:08:26 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Dec 19 10:08:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e85dac6e dev-python/aiosqlite: drop unnecesairy dep Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiosqlite/aiosqlite-0.16.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild index e12dde52..0bd4cb0a 100644 --- a/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild +++ b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild @@ -21,7 +21,6 @@ RESTRICT="!test? ( test )" BDEPEND="test? ( dev-python/aiounittest[${PYTHON_USEDEP}] - dev-python/mypy[${PYTHON_USEDEP}] dev-python/twine[${PYTHON_USEDEP}] )"