From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-957650-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 6E741139694
	for <garchives@archives.gentoo.org>; Mon, 26 Jun 2017 04:35:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4CC4D2340BE;
	Mon, 26 Jun 2017 04:35:08 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2DD1A2340BE
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jun 2017 04:35:08 +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 4373333FE74
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jun 2017 04:35:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3077774A1
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jun 2017 04:35:04 +0000 (UTC)
From: "Sebastien Fabbro" <bicatali@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, "Sebastien Fabbro" <bicatali@gentoo.org>
Message-ID: <1498450604.b5ddb973ac177d5e47a77383997c3e6664acb8f9.bicatali@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astropy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/astropy/astropy-1.3.3.ebuild
X-VCS-Directories: dev-python/astropy/
X-VCS-Committer: bicatali
X-VCS-Committer-Name: Sebastien Fabbro
X-VCS-Revision: b5ddb973ac177d5e47a77383997c3e6664acb8f9
X-VCS-Branch: master
Date: Mon, 26 Jun 2017 04:35:04 +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: 6a731aab-0d2c-441b-adfc-84fa3c6e8708
X-Archives-Hash: 6d0f2e53fdbf28dcde29ef12df5cbc7d

commit:     b5ddb973ac177d5e47a77383997c3e6664acb8f9
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 04:14:54 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 04:16:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ddb973

dev-python/astropy: added dep on pyyaml for doc building

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/astropy/astropy-1.3.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/astropy/astropy-1.3.3.ebuild b/dev-python/astropy/astropy-1.3.3.ebuild
index 923ff494b4b..fad05b0a7b5 100644
--- a/dev-python/astropy/astropy-1.3.3.ebuild
+++ b/dev-python/astropy/astropy-1.3.3.ebuild
@@ -39,6 +39,7 @@ DEPEND="${RDEPEND}
 		dev-python/matplotlib[${PYTHON_USEDEP}]
 		dev-python/pillow[${PYTHON_USEDEP},jpeg]
 		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
 		dev-python/sphinx-gallery[${PYTHON_USEDEP}]
 		sci-libs/scipy[${PYTHON_USEDEP}]
 	)