projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7830567
)
dev-python/msgpack: remove requirements.txt sed
author
Marty E. Plummer
<hanetzer@startmail.com>
Sat, 10 Mar 2018 04:59:48 +0000
(22:59 -0600)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 10 Mar 2018 08:21:41 +0000
(09:21 +0100)
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
patch
|
blob
|
history
diff --git
a/dev-python/msgpack/msgpack-0.5.6.ebuild
b/dev-python/msgpack/msgpack-0.5.6.ebuild
index 9149aa384fa99e1053450143977970d7c1f7649d..664ea6dd012b6d3149a4d357bdfa39f39ac7a1be 100644
(file)
--- 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
}