pykong / YubiGuard

Python script to prevent accidental triggering of YubiKeys on Linux.
GNU General Public License v3.0
24 stars 8 forks source link

Updates for python3 and current python-gobject. #16

Open dmccombs opened 3 years ago

dmccombs commented 3 years ago

Since Archlinux (and other distros) are transitioning to Python 3, and the pyzmq module for python2 is no longer in the official Archlinux repositories, YubiGuard is harder to use.

This updates it to use Python 3 and support the changes to the newer versions of his dependency modules.