Bug 480425 - Package requires python-sqlite2 even with python2.5 w/native support for sqlite
Summary: Package requires python-sqlite2 even with python2.5 w/native support for sqlite
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: jabbim
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Michal Schmidt
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-16 23:27 UTC by Matěj Cepl
Modified: 2018-04-11 18:53 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-01-17 07:12:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Matěj Cepl 2009-01-16 23:27:04 UTC
Description of problem:
Python 2.5 contains native support for sqlite. Could you please recheck that you really cannot use that for your package instead of depending on python-sqlite2?

Thank you

Version-Release number of selected component (if applicable):
jabbim-0.4.3-3.fc10.noarch

How reproducible:
100%

Steps to Reproduce:
1.rpm -qR jabbim |grep sqlite
2.
3.
  
Actual results:
python-sqlite2

Expected results:
nothing

Additional info:

Comment 1 Michal Schmidt 2009-01-17 06:34:22 UTC
Thanks, I didn't know Python 2.5 already had sqlite support integrated.
Looking at Jabbim source, I can see it does the right thing - it tries sqlite3 first and only if that is not available it falls back to pysqlite2. So the "Requires" can be safely removed. I'll fix it.

Comment 2 Michal Schmidt 2009-01-17 07:12:48 UTC
Fixed in jabbim-0.4.3-5.
I'm not going to request updates just for this change.


Note You need to log in before you can comment on or make changes to this bug.