From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1156039-garchives=archives.gentoo.org@lists.gentoo.org> 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 4ABBE138350 for <garchives@archives.gentoo.org>; Thu, 26 Mar 2020 17:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA1E0E0ABB; Thu, 26 Mar 2020 17:36:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C9EF6E0AB2 for <gentoo-commits@lists.gentoo.org>; Thu, 26 Mar 2020 17:36:25 +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 CBD6734F9E0 for <gentoo-commits@lists.gentoo.org>; Thu, 26 Mar 2020 17:36:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25DFC1AA for <gentoo-commits@lists.gentoo.org>; Thu, 26 Mar 2020 17:36:21 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1585244153.c1c007337dc7c30afec8adf35eb4dcb71b486423.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/txgithub/txgithub-15.0.0-r1.ebuild X-VCS-Directories: dev-python/txgithub/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c1c007337dc7c30afec8adf35eb4dcb71b486423 X-VCS-Branch: master Date: Thu, 26 Mar 2020 17:36:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e95f6d40-1531-441d-a73f-40ae0757057e X-Archives-Hash: b9d12cf581f226e520b4de8cb26ee103 commit: c1c007337dc7c30afec8adf35eb4dcb71b486423 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 26 17:29:29 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 26 17:35:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c00733 dev-python/txgithub: Flatten twisted dep Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild index 4cd49b57a03..e764dc68596 100644 --- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild +++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild @@ -17,10 +17,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] - ( >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}] - >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}] ) - ) + >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"