sys-cluster/heat: remove optional packages

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-19 00:47:46 +02:00
parent 6e558025d6
commit 7676f8911c
2 changed files with 3 additions and 20 deletions

View File

@@ -20,7 +20,6 @@ S="${WORKDIR}/openstack-${MYP}"
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
IUSE="+mysql +memcached postgres sqlite"
RDEPEND="
>=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]
@@ -87,17 +86,7 @@ RDEPEND="
>=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
>=dev-python/yaql-1.1.3[${PYTHON_USEDEP}]
mysql? (
>=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
)
postgres? (
>=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
)
sqlite? (
>=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
)
>=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
acct-user/heat
acct-group/heat
@@ -116,12 +105,9 @@ BDEPEND="
>=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
)
"
REQUIRED_USE="
test? ( mysql )
|| ( mysql postgres sqlite )
>=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest

View File

@@ -11,9 +11,6 @@
templates, through both an OpenStack-native REST API and a
CloudFormation-compatible Query API.
</longdescription>
<use>
<flag name="memcached">Installs the memcached server</flag>
</use>
<upstream>
<remote-id type="launchpad">heat</remote-id>
</upstream>