diff --git a/sys-cluster/heat/heat-18.0.0.ebuild b/sys-cluster/heat/heat-18.0.0.ebuild index cc37073c7c..c3567fa918 100644 --- a/sys-cluster/heat/heat-18.0.0.ebuild +++ b/sys-cluster/heat/heat-18.0.0.ebuild @@ -25,6 +25,7 @@ IUSE="+mysql +memcached postgres sqlite" RDEPEND=" >=dev-python/pbr-3.1.1[${PYTHON_USEDEP}] >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] + >=dev-python/ddt-1.4.1[${PYTHON_USEDEP}] >=dev-python/croniter-0.3.4[${PYTHON_USEDEP}] >=dev-python/cryptography-2.5[${PYTHON_USEDEP}] >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}] @@ -126,13 +127,14 @@ REQUIRED_USE=" distutils_enable_tests pytest python_prepare_all() { + rm -r heat/tests/test_hacking.py || die sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all } python_compile_all() { - oslo-config-generator --config-file=config-generator.conf - oslopolicy-sample-generator --config-file etc/heat/heat-policy-generator.conf + oslo-config-generator --config-file=config-generator.conf || die + oslopolicy-sample-generator --config-file etc/heat/heat-policy-generator.conf || die } python_install_all() {