dev-python/numpy: actually add the wheel version fix

Fixes: 1d34343899
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-30 05:49:52 +01:00
parent 8549a6fe86
commit a01a3da0a2

View File

@@ -62,6 +62,9 @@ python_prepare_all() {
append-flags -fno-strict-aliasing
distutils-r1_python_prepare_all
# TODO: Please drop once 1.25.0_rc1-meson-pyproject.toml.patch is gone
sed -i -e "s:version = \"2.0.0.dev0\":version = \"${PV}\":" pyproject.toml || die
}
python_configure_all() {