mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/gammapy: fixed sandbox issue with xdg (bug #586660)
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
inherit distutils-r1 eutils virtualx
|
||||
inherit distutils-r1 eutils virtualx xdg-utils
|
||||
|
||||
DESCRIPTION="Python package for gamma-ray astronomy"
|
||||
HOMEPAGE="https://gammapy.readthedocs.org/"
|
||||
@@ -29,6 +29,7 @@ DEPEND="${RDEPEND}
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i -e '/auto_use/s/True/False/' setup.cfg || die
|
||||
xdg_environment_reset
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user