Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149106 - python-2.5 - pysqlite-2* blockers should be mutual
Summary: python-2.5 - pysqlite-2* blockers should be mutual
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.5 166612
  Show dependency tree
 
Reported: 2006-09-25 12:34 UTC by Lukasz Ligowski
Modified: 2007-03-31 00:44 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for dev-python/pysqlite-2.3.1 (pysqlite-2.3.1.ebuild.patch,333 bytes, patch)
2007-03-06 21:46 UTC, Yuri Schlesner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Ligowski 2006-09-25 12:34:34 UTC
Should it be blocked by >=dev-python-2.5? I can install python first and then pysqlite (not the opposite) and then portage finds out that pysqlite is blocked... So I guess pysqlite ebuilds need updating?

L
Comment 1 Dror Levin (RETIRED) gentoo-dev 2007-02-25 19:27:04 UTC
changing the pysqlite ebuilds to block on >=dev-lang/python-2.5 is trivial, so why is this bug open for so long? will sending a patch/updated ebuilds help?
Comment 2 Yuri Schlesner 2007-03-06 21:46:44 UTC
Created attachment 112333 [details, diff]
Patch for dev-python/pysqlite-2.3.1

Patch attached.

It's my first time submitting a patch, sorry if I did anything wrong.
Comment 3 Marien Zwart (RETIRED) gentoo-dev 2007-03-31 00:44:08 UTC
Actually python 2.5 and pysqlite should not block at all, since the sqlite integrated in python 2.5 has the module name sqlite3, which does not collide with pysqlite's sqlite2 module. The bump to the python ebuild I just committed removes the block.