Bug 18957 - Требует pysqlite2 вместо sqlite3
Summary: Требует pysqlite2 вместо sqlite3
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python-module-django-dbbackend-sqlite3 (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 08:11 MSK by Andrey Rahmatullin
Modified: 2009-09-19 20:34 MSD (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 Rahmatullin 2009-02-24 08:11:55 MSK
На дворе питон 2.5, какое %py_requires pysqlite2 ? Напоминаю,
    try:
        from sqlite3 import dbapi2 as Database
    except ImportError:
        from pysqlite2 import dbapi2 as Database
Comment 1 Repository Robot 2009-09-19 20:34:46 MSD
python-module-django-1.1-alt2.svn11581 -> sisyphus:

* Sat Sep 19 2009 Denis Klimov <zver@altlinux> 1.1-alt2.svn11581

- change depend for sqlite python module (Closes: #18957)