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 391FB138334 for ; Tue, 3 Dec 2019 21:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8288EE0857; Tue, 3 Dec 2019 21:37:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6CB13E0857 for ; Tue, 3 Dec 2019 21:37:00 +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 94EDF34C8AB for ; Tue, 3 Dec 2019 21:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26E6A8D6 for ; Tue, 3 Dec 2019 21:36:58 +0000 (UTC) From: "Aaron Bauman" 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 Bauman" Message-ID: <1575408924.f06c1d23c51aeb4fa33dd61f77ce502bf18c3f52.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-sqlalchemy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild X-VCS-Directories: dev-python/flask-sqlalchemy/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f06c1d23c51aeb4fa33dd61f77ce502bf18c3f52 X-VCS-Branch: master Date: Tue, 3 Dec 2019 21:36:58 +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: 8469d19e-66ac-41af-a455-80a17e7765f1 X-Archives-Hash: e62d514b4bb9beba9380357dd0637951 commit: f06c1d23c51aeb4fa33dd61f77ce502bf18c3f52 Author: Aaron Bauman gentoo org> AuthorDate: Tue Dec 3 21:35:24 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Dec 3 21:35:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06c1d23 dev-python/flask-sqlalchemy: add missing deps Bug: https://bugs.gentoo.org/701916 Signed-off-by: Aaron Bauman gentoo.org> dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild index 23069b63bd2..06e76acc8d8 100644 --- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild +++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) inherit distutils-r1 @@ -20,6 +21,8 @@ IUSE="doc test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/flask-0.10[${PYTHON_USEDEP}] + dev-python/pallets-sphinx-themes[${PYTHON_USEDEP}] + dev-python/sphinx-issues[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] )