summarylogtreecommitdiffstats
path: root/02-use-frombytes.patch
AgeCommit message (Collapse)Author
2015-10-25Add two custom patchesMichael Lass
* Add version speicification to certain gi modules. When they are missing this leads to warnings, or in some cases even to import errors. * Replace Image.fromstring with Image.frombytes. This is required to work with newer versions of python-pillow. fromstring was deprecated for a long time and was only an alias for fromstring anyway. Credits go to francoismelchior on AUR for digging into this.