summaryrefslogtreecommitdiff
path: root/dev-python/tempest/tempest-29.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tempest/tempest-29.2.0.ebuild')
-rw-r--r--dev-python/tempest/tempest-29.2.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/tempest/tempest-29.2.0.ebuild b/dev-python/tempest/tempest-29.2.0.ebuild
index 9fbf2c5bce69..3f46371369ef 100644
--- a/dev-python/tempest/tempest-29.2.0.ebuild
+++ b/dev-python/tempest/tempest-29.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
@@ -36,7 +36,6 @@ RDEPEND="
BDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
test? (
- dev-python/hacking[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
dev-python/stestr[${PYTHON_USEDEP}]
)
@@ -51,6 +50,9 @@ src_prepare() {
rm tempest/tests/test_list_tests.py || die
rm tempest/tests/lib/cmd/test_check_uuid.py || die
+ # remove dep on hacking
+ rm tempest/tests/test_hacking.py || die
+
distutils-r1_src_prepare
}