Installing pyspatialite on Fedora
If you should find yourself wanting to install pyspatialite on Fedora – perhaps because you want to use the Processing plugin for QGIS – you will first need to install the following dependencies:
gccpython-develsqlite-develgeos-develproj-develpython-pipredhat-rpm-config
After which you can install pyspatialite using pip by running:
CFLAGS=-I/usr/include pip install pyspatialite
At this point, you should be able to use the “Processing” plugin.