Bug 968831 - missing dependency on python-cssselect
Summary: missing dependency on python-cssselect
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-lxml
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jeffrey C. Ollie
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-30 04:36 UTC by Dan Callaghan
Modified: 2013-12-21 17:33 UTC (History)
2 users (show)

Fixed In Version: python-lxml-3.2.4-1.fc18
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-21 17:33:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dan Callaghan 2013-05-30 04:36:27 UTC
Description of problem:
The recent update for lxml is missing a dependency on python-cssselect.

Version-Release number of selected component (if applicable):
$ rpm -q python-lxml python-cssselect
python-lxml-3.2.1-1.fc18.x86_64
package python-cssselect is not installed

How reproducible:
Always. Does not occur with python-lxml-2.3.5-1.fc18.

Steps to Reproduce:
>>> import lxml.html
>>> tree = lxml.html.fromstring('<html><body><p>Hello</p></body></html>')
>>> tree.cssselect('p')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.7/site-packages/lxml/html/__init__.py", line 290, in cssselect
    from lxml.cssselect import CSSSelector
  File "/usr/lib64/python2.7/site-packages/lxml/cssselect.py", line 18, in <module>
    raise ImportError('cssselect seems not to be installed. '
ImportError: cssselect seems not to be installed. See http://packages.python.org/cssselect/

It works after yum install'ing python-cssselect.

Comment 1 Dan Callaghan 2013-09-18 04:33:55 UTC
Ping, this should be a one-line fix, could you please take care of it?

Comment 2 Fedora End Of Life 2013-12-21 13:46:52 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.


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