diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-26 16:28:18 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-26 16:40:53 -0600 |
commit | 026ae19aee9794902af163011fb74add2cfdf408 (patch) | |
tree | fb573ce3385450392d354a11d9b4574408d76d03 /sys-cluster | |
parent | sys-cluster/heat: cleanup (diff) | |
download | gentoo-026ae19aee9794902af163011fb74add2cfdf408.tar.gz gentoo-026ae19aee9794902af163011fb74add2cfdf408.tar.bz2 gentoo-026ae19aee9794902af163011fb74add2cfdf408.zip |
sys-cluster/heat: cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/heat/heat-2019.2.9999.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-cluster/heat/heat-2019.2.9999.ebuild b/sys-cluster/heat/heat-2019.2.9999.ebuild index 25cc976a9001..ebfb8f30027e 100644 --- a/sys-cluster/heat/heat-2019.2.9999.ebuild +++ b/sys-cluster/heat/heat-2019.2.9999.ebuild @@ -124,16 +124,13 @@ RDEPEND=" >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}] >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] >=dev-python/webob-1.7.1[${PYTHON_USEDEP}] - >=dev-python/yaql-1.1.3[${PYTHON_USEDEP}]" + >=dev-python/yaql-1.1.3[${PYTHON_USEDEP}] + acct-user/heat + acct-group/heat" PATCHES=( ) -pkg_setup() { - enewgroup heat - enewuser heat -1 -1 /var/lib/heat heat -} - python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all |