sys-cluster/heat: cleanup
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 26 Jan 2020 22:28:18 +0000 (16:28 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 26 Jan 2020 22:40:53 +0000 (16:40 -0600)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
sys-cluster/heat/heat-2019.2.9999.ebuild

index 25cc976a90013d380286b7eb5245d32a178a7b4d..ebfb8f30027ebab17e2d4bd9740795b76443aaf2 100644 (file)
@@ -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