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 7076B138359 for ; Thu, 23 Jul 2020 18:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA89CE0824; Thu, 23 Jul 2020 18:13:30 +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 79A04E0824 for ; Thu, 23 Jul 2020 18:13:30 +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 29C2734EF11 for ; Thu, 23 Jul 2020 18:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBBC42EA for ; Thu, 23 Jul 2020 18:13:27 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1595527997.02a6d8e06233755d3ba703e9f1f72594f45c7aea.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot/buildbot-2.8.2.ebuild dev-util/buildbot/buildbot-9999.ebuild X-VCS-Directories: dev-util/buildbot/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 02a6d8e06233755d3ba703e9f1f72594f45c7aea X-VCS-Branch: master Date: Thu, 23 Jul 2020 18:13:27 +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: d7130006-7160-4cff-97ec-ee92c1beb3ec X-Archives-Hash: f2f12c45abbfd222cf42ab2147f5180d commit: 02a6d8e06233755d3ba703e9f1f72594f45c7aea Author: Brian Dolbec gentoo org> AuthorDate: Wed Jul 22 23:46:35 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Jul 23 18:13:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a6d8e0 dev-util/buildbot: Remove idna dep version restriction Optimize deps listing Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Brian Dolbec gentoo.org> dev-util/buildbot/buildbot-2.8.2.ebuild | 11 ++--------- dev-util/buildbot/buildbot-9999.ebuild | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/dev-util/buildbot/buildbot-2.8.2.ebuild b/dev-util/buildbot/buildbot-2.8.2.ebuild index 3a8aa883913..6a93195514d 100644 --- a/dev-util/buildbot/buildbot-2.8.2.ebuild +++ b/dev-util/buildbot/buildbot-2.8.2.ebuild @@ -28,7 +28,7 @@ RESTRICT="!test? ( test )" RDEPEND=" acct-user/buildbot >=dev-python/jinja-2.1[${PYTHON_USEDEP}] - >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}] + >=dev-python/twisted-17.9.0[${PYTHON_USEDEP},crypt?] >=dev-python/autobahn-0.16.0[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}] @@ -40,9 +40,8 @@ RDEPEND=" >=dev-python/zope-interface-4.1.1[${PYTHON_USEDEP}] ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}] crypt? ( - >=dev-python/twisted-17.9.0[${PYTHON_USEDEP},crypt] >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}] - =dev-python/zope-interface-4.1.1[${PYTHON_USEDEP}] ~dev-util/buildbot-worker-${PV}[${PYTHON_USEDEP}] crypt? ( - >=dev-python/twisted-17.9.0[${PYTHON_USEDEP},crypt] >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}] -