mgedmin / ppa-copy-packages

Copy Ubuntu PPA packages from one release pocket to another
https://pypi.org/project/ppa-copy-packages/
3 stars 1 forks source link

Fixes `ValueError: Namespace GnomeKeyring not available` #3

Closed benjaoming closed 4 years ago

benjaoming commented 4 years ago

On Ubuntu Focal, I get this error:

➜ ppa-copy-packages -O benjaoming -N lcrs -p lcrs2 -s trusty -t xenial bionic eoan focal groovy
Traceback (most recent call last):
  File "/usr/local/bin/ppa-copy-packages", line 5, in <module>
    from ppa_copy_packages import main
  File "/usr/local/lib/python3.8/dist-packages/ppa_copy_packages.py", line 28, in <module>
    gi.require_version('GnomeKeyring', '1.0')
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GnomeKeyring not available
mgedmin commented 4 years ago

Thank you!

mgedmin commented 4 years ago

Released 1.9.2 to PyPI with this fix.