* Drop a patch for an issue fixed upstream
* In post_install() don't python byte compile the world.
This can lead to errors with other packages that
install python 3 code which isn't executed (jinja2 for example)
and breaks upgrades. Also it's not nice to touch files
from other packages..
* Instead of deleting libxml2mod.dll.a in post_install()
just don't package it.