summaryrefslogtreecommitdiff
path: root/dev-python/tempest-lib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/tempest-lib
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/tempest-lib')
-rw-r--r--dev-python/tempest-lib/Manifest2
-rw-r--r--dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild (renamed from dev-python/tempest-lib/tempest-lib-1.0.0.ebuild)6
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/tempest-lib/Manifest b/dev-python/tempest-lib/Manifest
index 442af904233a..74fa294b4db3 100644
--- a/dev-python/tempest-lib/Manifest
+++ b/dev-python/tempest-lib/Manifest
@@ -1,3 +1,3 @@
DIST tempest-lib-1.0.0.tar.gz 115527 BLAKE2B 4937aaa84ad8b6315bc4db03edb64303a64801fb4915489f0e48262bd52224a047687d2adfb6524273763976053eca5f209d12f93914408f4c21e2e2e69a1171 SHA512 e47716d897c2df4be08b863352cbee986194db00d113a9135d57cc440436c97dea5c009d6a24c4b489360b04585b2a54a9b66a5776d17a988dfb9f0baf57e484
-EBUILD tempest-lib-1.0.0.ebuild 1980 BLAKE2B 8202ac1f0186cf58bb9d9b7df3089655ae703a57ed153680d9b01ae88d5226760deabdaae1c85e4fa10b681a2d2c4c9a2805bf3c241fc67d904b5c8b0c270ced SHA512 c5932ca333416415160123f618793fe9253d27cadfb7f48aa8ac9e07b85c5bbcd026d7e38abe07da1d1c4426fda4d5d1c6577dbd2fad8ca1c8b4d7937954da09
+EBUILD tempest-lib-1.0.0-r1.ebuild 1770 BLAKE2B 200ae70599b83ff1536855509bd4b8e6729251c926dfbb6e2f9e9b0a669cda15115267956ae30c67b641ca3de6e99af7572fde7cfd28e80525ca00f063437102 SHA512 14a20619454d33a7d34efbf7011f46335e16374e659b09971919d40a4e20055711966274bbaecafd5f7294742c974384903bd7fdc7c007ff2a181c3104ba4bbc
MISC metadata.xml 783 BLAKE2B 14e7df8454923e775a91e481b5c0fb30730fa9d255a9971600351392cc3f3e72d7c02d2bebd4cf0f65e1d02afcd152ccf73ee4de854b5ad0c082c4a2718b1216 SHA512 4c90ae3bab98585854785700c90545fcd89ef89e5f11f8f53a102a67f59342a347f683f98429cec498537a6c2307d36cad3f0f4c9bd0e7f12af75090f8d14dad
diff --git a/dev-python/tempest-lib/tempest-lib-1.0.0.ebuild b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild
index 790a01e6ab8c..f4bd9a7b00c4 100644
--- a/dev-python/tempest-lib/tempest-lib-1.0.0.ebuild
+++ b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild
@@ -14,6 +14,7 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
+RESTRICT="!test? ( test )"
CDEPEND="
>=dev-python/pbr-1.6[${PYTHON_USEDEP}]
@@ -36,11 +37,6 @@ DEPEND="
test? ( ${RDEPEND}
>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
- !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
- <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
- !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]