commit:     a10c5833c092e47d1219e6fd5e090353e792bf97
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 15:50:42 2014 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 15:50:42 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=a10c5833

fix setup.py to avoid dep on exact version

---
 dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild 
b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
index b7e4800..654d953 100644
--- a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
+++ b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild
@@ -23,3 +23,8 @@ DEPEND=">=dev-python/git-python-0.3.2.1[${PYTHON_USEDEP}]
        >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
        >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
+
+python_prepare_all() {
+       sed -i -e 's|==|>=|g' setup.py || die
+       distutils-r1_python_prepare_all
+}

Reply via email to