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 0CB07138359 for ; Thu, 24 Sep 2020 13:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D52BE0869; Thu, 24 Sep 2020 13:01:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 57849E0869 for ; Thu, 24 Sep 2020 13:01:20 +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 9853D335DC8 for ; Thu, 24 Sep 2020 13:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 836B3398 for ; Thu, 24 Sep 2020 13:01:15 +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: <1600951569.cb9985b457d0112ea69ef59ef50d111a6d2db959.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/databases/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/databases/databases-0.3.2.ebuild X-VCS-Directories: dev-python/databases/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cb9985b457d0112ea69ef59ef50d111a6d2db959 X-VCS-Branch: master Date: Thu, 24 Sep 2020 13:01:15 +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: 5294cc2a-1fc9-4669-8dc9-a481cb7038f5 X-Archives-Hash: 848d689cd41a64d78a6d6633b5c72342 Message-ID: <20200924130115.zZxo6wLyGXb3qkAhvulMKC9isA711_VdhCoesv1r8Q0@z> commit: cb9985b457d0112ea69ef59ef50d111a6d2db959 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Sep 24 12:46:09 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Sep 24 12:46:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb9985b4 dev-python/databases: drop conditional dep Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/databases/databases-0.3.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/databases/databases-0.3.2.ebuild b/dev-python/databases/databases-0.3.2.ebuild index 8567e802..0cd3322e 100644 --- a/dev-python/databases/databases-0.3.2.ebuild +++ b/dev-python/databases/databases-0.3.2.ebuild @@ -31,8 +31,7 @@ IUSE="doc" # to that local directory RESTRICT="test" -RDEPEND=">=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/aiocontextvars[${PYTHON_USEDEP}]' 'python3_6')" +RDEPEND=">=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}]" # autoflake, codecov also required for tests? DEPEND="test? (