diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-03-03 23:54:05 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-03-03 23:54:05 +0000 |
commit | 70903f6eaddf8c74ecf748afbc0bfcc36c404317 (patch) | |
tree | 33b3b96141feb2276d345b65e6d09b7b71d42917 /dev-python/skype4py/skype4py-1.0.35.ebuild | |
parent | amd64 stable, bug #498954 (diff) | |
download | gentoo-2-70903f6eaddf8c74ecf748afbc0bfcc36c404317.tar.gz gentoo-2-70903f6eaddf8c74ecf748afbc0bfcc36c404317.tar.bz2 gentoo-2-70903f6eaddf8c74ecf748afbc0bfcc36c404317.zip |
Add missing setuptools build dep (bug #503360).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/skype4py/skype4py-1.0.35.ebuild')
-rw-r--r-- | dev-python/skype4py/skype4py-1.0.35.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/skype4py/skype4py-1.0.35.ebuild b/dev-python/skype4py/skype4py-1.0.35.ebuild index 56d6bc8c8d72..8ed35c5a42c3 100644 --- a/dev-python/skype4py/skype4py-1.0.35.ebuild +++ b/dev-python/skype4py/skype4py-1.0.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/skype4py/skype4py-1.0.35.ebuild,v 1.2 2013/09/05 18:46:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/skype4py/skype4py-1.0.35.ebuild,v 1.3 2014/03/03 23:54:05 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -17,5 +17,6 @@ KEYWORDS="~amd64 ~x86" RDEPEND="net-im/skype || ( dev-python/dbus-python[${PYTHON_USEDEP}] x11-libs/libX11 )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DOCS=( CHANGES.rst README.rst ) |