dev-python/pytables: Drop obsolete patch

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=599012

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-11-13 10:49:28 +01:00
parent ab7f4ea5a5
commit 0f2ace0102

View File

@@ -40,16 +40,11 @@ S="${WORKDIR}/${MY_P}"
DOCS=( ANNOUNCE.txt RELEASE_NOTES.txt THANKS )
PATCHES=(
"${FILESDIR}"/${PN}-3.2.0-blosc.patch
)
python_prepare_all() {
export HDF5_DIR="${EPREFIX}"/usr
rm tables/*.c || die
sed \
-e "s:/usr:${EPREFIX}/usr:g" \
-e 's:"hdf5-blosc/src/blosc_filter.c"::g' \
-i setup.py || die
rm -r c-blosc/{blosc,internal-complibs} || die
distutils-r1_python_prepare_all