mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/jupyterlab: fix unexpected paths
Closes: https://bugs.gentoo.org/828854 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -34,3 +34,8 @@ RDEPEND="
|
||||
distutils_enable_tests pytest
|
||||
# TODO: package myst_parser
|
||||
#distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
mv "${ED}/usr/etc" "${ED}/etc" || die
|
||||
}
|
||||
Reference in New Issue
Block a user