global: removal of psyco
- The psyco module is a JIT Python compiler. This project is available only on 32-bit architectures and is nowadays no longer actively developed. Moreover it has been discovered that it can cause conflicts with intbitset. For these reasons this commits removes the usage of psyco in Invenio. When needed, cython could be used to accelerate critical parts of Invenio.