dev-python/libpy_simdjson-0.4.0: remove -Werror (bug 751637)

Closes: https://bugs.gentoo.org/751637
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2020-10-29 09:44:57 -07:00
committed by Patrick McLean
parent b29ff8a784
commit 5063c99e1c

View File

@@ -29,5 +29,7 @@ python_prepare_all() {
# benchmark tests have extra dependencies
rm libpy_simdjson/tests/test_benchmark.py || die
sed -e 's:werror=True:werror=False:' -i setup.py || die
distutils-r1_python_prepare_all
}