commit:     d89e66d7314afd2385bbfd7ca6f509d50cb233ca
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Mar 10 04:59:48 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 08:21:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89e66d7

dev-python/msgpack: remove requirements.txt sed

This release does not contain this file, and will fail to build because
of it. Removing the sed allows a proper build on my machine.

Closes: https://bugs.gentoo.org/650064
Closes: https://github.com/gentoo/gentoo/pull/7411
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/msgpack/msgpack-0.5.6.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-python/msgpack/msgpack-0.5.6.ebuild 
b/dev-python/msgpack/msgpack-0.5.6.ebuild
index 9149aa384fa..664ea6dd012 100644
--- a/dev-python/msgpack/msgpack-0.5.6.ebuild
+++ b/dev-python/msgpack/msgpack-0.5.6.ebuild
@@ -33,8 +33,6 @@ python_prepare_all() {
        if ! use native-extensions ; then
                sed -i -e "/have_cython/s:True:False:" ./setup.py || die
        fi
-       # make sure cython is optional
-       sed -i '/^Cython/d' requirements.txt || die
        distutils-r1_python_prepare_all
 }
 

Reply via email to