From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1045726-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 08204138334 for <garchives@archives.gentoo.org>; Fri, 7 Sep 2018 22:36:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA133E0866; Fri, 7 Sep 2018 22:36:26 +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 8389EE0866 for <gentoo-commits@lists.gentoo.org>; Fri, 7 Sep 2018 22: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 CC589335CCB for <gentoo-commits@lists.gentoo.org>; Fri, 7 Sep 2018 22:36:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43AA43CA for <gentoo-commits@lists.gentoo.org>; Fri, 7 Sep 2018 22:36:21 +0000 (UTC) From: "Louis Sautier" <sbraz@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, "Louis Sautier" <sbraz@gentoo.org> Message-ID: <1536359756.9957f7c20a90258a0ebe57d3fc4710af0de6c6ae.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/secretstorage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/secretstorage/secretstorage-3.1.0.ebuild X-VCS-Directories: dev-python/secretstorage/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 9957f7c20a90258a0ebe57d3fc4710af0de6c6ae X-VCS-Branch: master Date: Fri, 7 Sep 2018 22: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-Archives-Salt: 40c7efe0-dacf-46ba-9482-1ba18a2062fa X-Archives-Hash: 8d338ffab8c2d08e46f4918a6360d83e commit: 9957f7c20a90258a0ebe57d3fc4710af0de6c6ae Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Fri Sep 7 22:34:54 2018 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Fri Sep 7 22:35:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9957f7c2 dev-python/secretstorage: fix depndencies, add PyPy3 dbus-python is no longer required as it was replaced with jeepney. Package-Manager: Portage-2.3.48, Repoman-2.3.10 Closes: https://bugs.gentoo.org/631212 dev-python/secretstorage/secretstorage-3.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/secretstorage/secretstorage-3.1.0.ebuild b/dev-python/secretstorage/secretstorage-3.1.0.ebuild index 7ab36cf655c..55915a6194a 100644 --- a/dev-python/secretstorage/secretstorage-3.1.0.ebuild +++ b/dev-python/secretstorage/secretstorage-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( pypy3 python3_{5,6,7} ) inherit distutils-r1 @@ -20,7 +20,6 @@ IUSE="doc test" RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/jeepney[${PYTHON_USEDEP}] " BDEPEND="