000f8b7 Add checks for needed Python3 modules

Authored and Committed by plautrba 6 years ago
    Add checks for needed Python3 modules
    
    Since seapplet was rewritten to Python3 we need to check if used
    Python 3 modules are available in the system.
    
    configure checks the existence of the following modules:
     - selinux
     - pydbus
     - Notify from gi.repository
    
        
file modified
+47 -1