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 2FFBF1382C5 for ; Sun, 20 May 2018 14:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BAD6E0956; Sun, 20 May 2018 14:12:45 +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 E77A4E0956 for ; Sun, 20 May 2018 14:12:43 +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 F0C54335CE2 for ; Sun, 20 May 2018 14:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A60927A for ; Sun, 20 May 2018 14:12:40 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1526825547.37c0ee410f2ec767492d8932ccace76fadbfe342.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-gravatar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-gravatar/flask-gravatar-0.4.2.ebuild dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild X-VCS-Directories: dev-python/flask-gravatar/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 37c0ee410f2ec767492d8932ccace76fadbfe342 X-VCS-Branch: master Date: Sun, 20 May 2018 14:12:40 +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-Archives-Salt: a678e7f9-94be-4cb8-ad81-50a83fa9a389 X-Archives-Hash: 9fef213437860d3a201449a2bc04dac8 commit: 37c0ee410f2ec767492d8932ccace76fadbfe342 Author: Aaron W. Swenson gentoo org> AuthorDate: Sun May 20 14:12:27 2018 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Sun May 20 14:12:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c0ee41 dev-python/flask-gravatar: Add missed DEPENDs Closes: https://bugs.gentoo.org/649382 Closes: https://bugs.gentoo.org/656056 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/flask-gravatar/flask-gravatar-0.4.2.ebuild | 6 +++++- dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-python/flask-gravatar/flask-gravatar-0.4.2.ebuild b/dev-python/flask-gravatar/flask-gravatar-0.4.2.ebuild index 4dc7dfebcb1..e52c4815b73 100644 --- a/dev-python/flask-gravatar/flask-gravatar-0.4.2.ebuild +++ b/dev-python/flask-gravatar/flask-gravatar-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,5 +21,9 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] +" S=${WORKDIR}/${MY_P} diff --git a/dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild b/dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild index 8f378afff7e..3f9f25a8179 100644 --- a/dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild +++ b/dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild @@ -20,5 +20,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] +" S=${WORKDIR}/${MY_P}