Bug 49502

Summary: ValueError: Namespace Notify not available
Product: Sisyphus Reporter: Alexander Makeenkov <amakeenk>
Component: gweAssignee: Andrey Cherepanov <cas>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: cas
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Alexander Makeenkov 2024-02-24 03:36:25 MSK
$ rpm -q gwe libnotify python3-module-pyinotify 
gwe-0.15.7-alt1.noarch
libnotify-0.8.3-alt1.x86_64
python3-module-pyinotify-0.9.6-alt3.noarch

$ gwe
Traceback (most recent call last):
  File "/usr/bin/gwe", line 47, in <module>
    gi.require_version('Notify', '0.7')
  File "/usr/lib64/python3/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Notify not available
Comment 1 Repository Robot 2024-02-26 15:11:19 MSK
gwe-0.15.7-alt2 -> sisyphus:

 Mon Feb 26 2024 Andrey Cherepanov <cas@altlinux> 0.15.7-alt2
 - Added requirements of typelib(Notify) and python3(sqlite3) (ALT #49502).