summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2012-05-28 11:24:33 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2012-05-28 11:24:33 +0000
commitec0d97413e9c62fb02265315fa6a854c494b94a0 (patch)
tree6217507b06ca4629c8d8f3e76d6719d812020577 /dev-python/xlutils
parentNew ebuild for beets music organizer (diff)
downloadgentoo-2-ec0d97413e9c62fb02265315fa6a854c494b94a0.tar.gz
gentoo-2-ec0d97413e9c62fb02265315fa6a854c494b94a0.tar.bz2
gentoo-2-ec0d97413e9c62fb02265315fa6a854c494b94a0.zip
Raise xlrd dep, by idella4 https://github.com/python-excel/xlutils/issues/1
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/xlutils')
-rw-r--r--dev-python/xlutils/xlutils-1.5.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xlutils/xlutils-1.5.2.ebuild b/dev-python/xlutils/xlutils-1.5.2.ebuild
index b9d597211d43..1527254bfbc8 100644
--- a/dev-python/xlutils/xlutils-1.5.2.ebuild
+++ b/dev-python/xlutils/xlutils-1.5.2.ebuild
@@ -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/dev-python/xlutils/xlutils-1.5.2.ebuild,v 1.1 2012/05/20 14:53:23 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlutils/xlutils-1.5.2.ebuild,v 1.2 2012/05/28 11:24:33 tampakrap Exp $
EAPI=4
PYTHON_DEPEND="2"
@@ -23,7 +23,7 @@ SLOT="0"
DOCS=( xlutils/readme.txt xlutils/docs/*.txt )
RDEPEND=">=dev-python/xlwt-0.7.3
- >=dev-python/xlrd-0.7.3"
+ >=dev-python/xlrd-0.7.7"
DEPEND="${RDEPEND}
test? ( dev-python/errorhandler
dev-python/mock