Bug 1716492
| Summary: | python-colorspacious fails to build with Python 3.8 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | python-colorspacious | Assignee: | Dominik 'Rathann' Mierzejewski <dominik> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dominik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://copr.fedorainfracloud.org/coprs/g/python/python3.8/package/python-colorspacious/ | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-10 13:01:23 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1686977 | ||
|
Description
Miro Hrončok
2019-06-03 14:37:55 UTC
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0Usxlu
+ umask 022
+ cd /builddir/build/BUILD
+ cd colorspacious-1.1.2
+ pushd doc
++ realpath '../build/lib.linux*'
realpath: '../build/lib.linux*': No such file or directory
+ PYTHONPATH=
+ make html
/builddir/build/BUILD/colorspacious-1.1.2/doc/../colorspacious/comparison.py:11: SyntaxWarning: invalid escape sequence \D
"""Computes the :math:`\Delta E` distance between pairs of colors.
Configuration error:
There is a programmable error in your configuration file:
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/sphinx/config.py", line 361, in eval_config_file
execfile_(filename, namespace)
File "/usr/lib/python3.8/site-packages/sphinx/util/pycompat.py", line 86, in execfile_
exec(code, _globals)
File "/builddir/build/BUILD/colorspacious-1.1.2/doc/conf.py", line 145, in <module>
import sphinx_rtd_theme
ModuleNotFoundError: No module named 'sphinx_rtd_theme'
This was just a missing BR. Pushed.
|