Bug 45728 - Не достаёт модуля sqlite3
Summary: Не достаёт модуля sqlite3
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-browser-cookie3 (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-01 08:13 MSK by Andrey Cherepanov
Modified: 2023-04-01 23:20 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 Andrey Cherepanov 2023-04-01 08:13:54 MSK
[builder@localhost .in]$ python3
Python 3.10.8 (main, Dec 17 2022, 11:34:59) [GCC 12.1.1 20220518 (ALT Sisyphus 12.1.1-alt2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import browser_cookie3
Traceback (most recent call last):
  File "/usr/lib/python3/site-packages/browser_cookie3/__init__.py", line 20, in <module>
    from pysqlite2 import dbapi2 as sqlite3
ModuleNotFoundError: No module named 'pysqlite2'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/site-packages/browser_cookie3/__init__.py", line 22, in <module>
    import sqlite3
ModuleNotFoundError: No module named 'sqlite3'

Прошу добавить в зависимости.
Comment 1 Repository Robot 2023-04-01 23:20:03 MSK
python3-module-browser-cookie3-0.17.1-alt2 -> sisyphus:

 Sat Apr 01 2023 Vitaly Lipatov <lav@altlinux.ru> 0.17.1-alt2
 - fix requires search (make sqlite3 require visible) (ALT bug 45728)