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 4C9D2138350 for ; Tue, 24 Mar 2020 16:37:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D6E5E0937; Tue, 24 Mar 2020 16:37:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DD912E093D for ; Tue, 24 Mar 2020 16:37:42 +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 9E00834EF08 for ; Tue, 24 Mar 2020 16:37:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B4831C0 for ; Tue, 24 Mar 2020 16:37:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584559652.770c11eb87786e7c05d390a3479fcef5bfcdb047.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/uvicorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/uvicorn/uvicorn-0.11.3.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 770c11eb87786e7c05d390a3479fcef5bfcdb047 X-VCS-Branch: master Date: Tue, 24 Mar 2020 16:37:39 +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: 18155430-540a-4c42-adfb-1cefc58fa574 X-Archives-Hash: cdfb4039b46b5f2d17ea8ac58e97c313 commit: 770c11eb87786e7c05d390a3479fcef5bfcdb047 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 18 19:27:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 18 19:27:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=770c11eb dev-python/uvicorn: do not depend on black tests work without it installed and otherwise we have to remove py3_7 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/uvicorn/uvicorn-0.11.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/uvicorn/uvicorn-0.11.3.ebuild b/dev-python/uvicorn/uvicorn-0.11.3.ebuild index 04aad2d..565b4eb 100644 --- a/dev-python/uvicorn/uvicorn-0.11.3.ebuild +++ b/dev-python/uvicorn/uvicorn-0.11.3.ebuild @@ -30,7 +30,6 @@ BDEPEND="doc? ( !x86? ( dev-python/mkdocs-material ) )" DEPEND="test? ( - dev-python/black[${PYTHON_USEDEP}] dev-python/isort[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}]