Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701916 - dev-python/flask-sqlalchemy-2.4.1 USE=doc should depend on dev-python/sphinx-issues dev-python/pallets-sphinx-themes - sphinx: ModuleNotFoundError: No module named 'pallets_sphinx_themes'
Summary: dev-python/flask-sqlalchemy-2.4.1 USE=doc should depend on dev-python/sphinx-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-03 19:19 UTC by Chris Mayo
Modified: 2019-12-28 19:38 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2019-12-03 19:19:50 UTC
Fixed by installing:

dev-python/pallets-sphinx-themes
dev-python/sphinx-issues



 * python3_7: running distutils-r1_run_phase python_compile_all
python3.7 setup.py build_sphinx
running build_sphinx
Running Sphinx v2.0.1

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/sphinx/config.py", line 361, in eval_config_file
    execfile_(filename, namespace)
  File "/usr/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 86, in execfile_
    exec(code, _globals)
  File "/var/tmp/portage/dev-python/flask-sqlalchemy-2.4.1/work/Flask-SQLAlchemy-2.4.1-python3_7/docs/conf.py", line 1, in <module>
    from pallets_sphinx_themes import get_version
ModuleNotFoundError: No module named 'pallets_sphinx_themes'


 * python3_7: running distutils-r1_run_phase python_compile_all
python3.7 setup.py build_sphinx
running build_sphinx
Running Sphinx v2.0.1

Extension error:
Could not import extension sphinx_issues (exception: No module named 'sphinx_issues')
 * ERROR: dev-python/flask-sqlalchemy-2.4.1::gentoo failed (compile phase):
Comment 1 Larry the Git Cow gentoo-dev 2019-12-03 21:36:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5749d2e1d5f8125bea8452e75ac31c2ca3fdeb

commit cb5749d2e1d5f8125bea8452e75ac31c2ca3fdeb
Author:     Aaron Bauman <bman@gentoo.org>
AuthorDate: 2019-12-03 21:36:10 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2019-12-03 21:36:10 +0000

    dev-python/sphinx-issues: amd64 stable
    
    Closes: https://bugs.gentoo.org/701916
    
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06c1d23c51aeb4fa33dd61f77ce502bf18c3f52

commit f06c1d23c51aeb4fa33dd61f77ce502bf18c3f52
Author:     Aaron Bauman <bman@gentoo.org>
AuthorDate: 2019-12-03 21:35:24 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2019-12-03 21:35:24 +0000

    dev-python/flask-sqlalchemy: add missing deps
    
    Bug: https://bugs.gentoo.org/701916
    
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 dev-python/flask-sqlalchemy/flask-sqlalchemy-2.4.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2019-12-28 19:38:25 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8ea5bbb40843dfd21a03a388ccdd94d898516b

commit 5b8ea5bbb40843dfd21a03a388ccdd94d898516b
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2019-12-28 19:33:58 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2019-12-28 19:37:51 +0000

    dev-python/flask-sqlalchemy: fix dependencies, add PyPy3+Py3.8
    
    * Move doc dependencies out of RDEPEND.
    * Use helpers for doc and tests. 'pytest' without 'die' was useless.
    * Rely on the default value of DISTUTILS_USE_SETUPTOOLS=bdepend.
    * Remove useless DISTUTILS_IN_SOURCE_BUILD=1.
    
    Bug: https://bugs.gentoo.org/701916
    Package-Manager: Portage-2.3.81, Repoman-2.3.20
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 .../flask-sqlalchemy-2.4.1-r1.ebuild               | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)