summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2010-12-14 23:25:13 +0000
committerRafael Martins <rafaelmartins@gentoo.org>2010-12-14 23:25:13 +0000
commit8438e0fa873b67124853fd337274c96e280c34db (patch)
treee1e1a64eaf060eac4cb014b67952b304a00d0fee
parentVersion bump; thanks to Arseny Solokha for reporting (bug #348743). (diff)
downloadhistorical-8438e0fa873b67124853fd337274c96e280c34db.tar.gz
historical-8438e0fa873b67124853fd337274c96e280c34db.tar.bz2
historical-8438e0fa873b67124853fd337274c96e280c34db.zip
Added missing build dependency dev-python/nose
Package-Manager: portage-2.2.0_alpha7/cvs/Linux x86_64
-rw-r--r--dev-python/flask-script/ChangeLog6
-rw-r--r--dev-python/flask-script/flask-script-0.3.1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/flask-script/ChangeLog b/dev-python/flask-script/ChangeLog
index 301f4fc1e85e..23edd9783237 100644
--- a/dev-python/flask-script/ChangeLog
+++ b/dev-python/flask-script/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/flask-script
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.1 2010/12/14 23:08:06 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.2 2010/12/14 23:25:13 rafaelmartins Exp $
+
+ 14 Dec 2010; Rafael G. Martins <rafaelmartins@gentoo.org>
+ flask-script-0.3.1.ebuild:
+ Added missing build dependency dev-python/nose
*flask-script-0.3.1 (14 Dec 2010)
diff --git a/dev-python/flask-script/flask-script-0.3.1.ebuild b/dev-python/flask-script/flask-script-0.3.1.ebuild
index 55050f91b929..d6b79e9c1e57 100644
--- a/dev-python/flask-script/flask-script-0.3.1.ebuild
+++ b/dev-python/flask-script/flask-script-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.1.ebuild,v 1.1 2010/12/14 23:08:06 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.3.1.ebuild,v 1.2 2010/12/14 23:25:13 rafaelmartins Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -26,7 +26,8 @@ RDEPEND="dev-python/flask
dev-python/argparse"
DEPEND="${RDEPEND}
dev-python/setuptools
- doc? ( dev-python/sphinx )"
+ doc? ( dev-python/sphinx )
+ test? ( dev-python/nose )"
S="${WORKDIR}/${MY_P}"