python-blosc
python-blosc copied to clipboard
Change fromstring to frombuffer because the binary mode was removed
When building the package for opensuse it fails due to the binary mode of fromstring being removed and the frombuffer should be used instead.