Your message dated Sat, 21 Apr 2018 16:48:26 +0200
with message-id <[email protected]>
and subject line Re: [PKG-Openstack-devel] Bug#896380: 
python3-openstackdocstheme: openstackdocstheme fails to import
has caused the Debian Bug report #896380,
regarding python3-openstackdocstheme: openstackdocstheme fails to import
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
896380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896380
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-openstackdocstheme
Version: 1.18.1-2
Severity: serious
User: [email protected]
Usertags: python-import

After installing python3-openstackdocstheme importing the module 
openstackdocstheme
into a python interpreter fails with the following error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/openstackdocstheme/__init__.py", line 
19, in <module>
    from sphinx.util import logging
ModuleNotFoundError: No module named 'sphinx'

The vast majority of import failures is attributed to missing dependencies.
Often times that manifests as an ImportError or ModuleNotFoundError.
Typically, dependencies should be inserted by dh-python via ${python:Depends}
or ${python3:Depends}. Thus a missing dependency can be caused by incomplete
install_requires in setup.py. Sometimes a missing dependency of a dependency
is the cause, in such cases this bug should be reassigned.

Helmut

--- End Message ---
--- Begin Message ---
On 04/20/2018 10:01 PM, Helmut Grohne wrote:
> Package: python3-openstackdocstheme
> Version: 1.18.1-2
> Severity: serious
> User: [email protected]
> Usertags: python-import
> 
> After installing python3-openstackdocstheme importing the module 
> openstackdocstheme
> into a python interpreter fails with the following error:
> 
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/usr/lib/python3/dist-packages/openstackdocstheme/__init__.py", line 
> 19, in <module>
>     from sphinx.util import logging
> ModuleNotFoundError: No module named 'sphinx'
> 
> The vast majority of import failures is attributed to missing dependencies.
> Often times that manifests as an ImportError or ModuleNotFoundError.
> Typically, dependencies should be inserted by dh-python via ${python:Depends}
> or ${python3:Depends}. Thus a missing dependency can be caused by incomplete
> install_requires in setup.py. Sometimes a missing dependency of a dependency
> is the cause, in such cases this bug should be reassigned.
> 
> Helmut

One bug per source package is enough, no?

Also, complaining that a sphinx plugin isn't working when sphinx isn't
installed is kind of questionable.

Cheers,

Thomas Goirand (zigo)

--- End Message ---

Reply via email to