Bug 49502 - ValueError: Namespace Notify not available
Summary: ValueError: Namespace Notify not available
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gwe (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-24 03:36 MSK by Alexander Makeenkov
Modified: 2024-02-26 15:11 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).