diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-10-29 09:51:27 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-10-29 09:51:27 +0000 |
commit | 5af86d1b66b68cd069f9158c64b898a43867cb6a (patch) | |
tree | b81bcf3c92596ee8b702e88aca7f7bb28e865ab9 /eclass/distutils-r1.eclass | |
parent | Use find instead of hard-coded executable locations list when linking the wra... (diff) | |
download | historical-5af86d1b66b68cd069f9158c64b898a43867cb6a.tar.gz historical-5af86d1b66b68cd069f9158c64b898a43867cb6a.tar.bz2 historical-5af86d1b66b68cd069f9158c64b898a43867cb6a.zip |
Move python-exec dependency to python-r1. That eclass now provides means to create versioned scripts as well.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 494b25662ea2..ca455f99329b 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.10 2012/10/29 09:49:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.11 2012/10/29 09:51:27 mgorny Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -56,8 +56,7 @@ inherit eutils python-r1 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install -RDEPEND="${PYTHON_DEPS} - dev-python/python-exec" +RDEPEND=${PYTHON_DEPS} DEPEND=${PYTHON_DEPS} # @ECLASS-VARIABLE: PATCHES |