summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-07-10 01:27:37 +0000
committerMike Gilbert <floppym@gentoo.org>2013-07-10 01:27:37 +0000
commit7ee2f4c6dc4b2b2052daa0c9f6ba83b11aedc570 (patch)
tree6e60835b58a37e32362f93e6d9a1268d00cf74c6 /dev-python
parentVersion bump. (diff)
downloadgentoo-2-7ee2f4c6dc4b2b2052daa0c9f6ba83b11aedc570.tar.gz
gentoo-2-7ee2f4c6dc4b2b2052daa0c9f6ba83b11aedc570.tar.bz2
gentoo-2-7ee2f4c6dc4b2b2052daa0c9f6ba83b11aedc570.zip
setuptools is needed at runtime as well.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pastescript/ChangeLog5
-rw-r--r--dev-python/pastescript/pastescript-1.7.5-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pastescript/ChangeLog b/dev-python/pastescript/ChangeLog
index 982c3591f48d..ec2c1737fb3a 100644
--- a/dev-python/pastescript/ChangeLog
+++ b/dev-python/pastescript/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pastescript
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.12 2013/07/03 13:26:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.13 2013/07/10 01:27:37 floppym Exp $
+
+ 10 Jul 2013; Mike Gilbert <floppym@gentoo.org> pastescript-1.7.5-r2.ebuild:
+ setuptools is needed at runtime as well.
*pastescript-1.7.5-r2 (03 Jul 2013)
diff --git a/dev-python/pastescript/pastescript-1.7.5-r2.ebuild b/dev-python/pastescript/pastescript-1.7.5-r2.ebuild
index 9fb0e297bfa6..34e728c7b68f 100644
--- a/dev-python/pastescript/pastescript-1.7.5-r2.ebuild
+++ b/dev-python/pastescript/pastescript-1.7.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.5-r2.ebuild,v 1.1 2013/07/03 13:26:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.5-r2.ebuild,v 1.2 2013/07/10 01:27:37 floppym Exp $
EAPI=5
@@ -23,9 +23,9 @@ IUSE="doc"
RDEPEND="
dev-python/cheetah[${PYTHON_USEDEP}]
>=dev-python/paste-1.3[${PYTHON_USEDEP}]
- dev-python/pastedeploy[${PYTHON_USEDEP}]"
+ dev-python/pastedeploy[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]