diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-01 06:56:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-01 07:16:21 +0100 |
commit | 25a93a5f80d0f451739c7a261cd4765496ff595d (patch) | |
tree | 4cd51a59eac9c055515c8f854ad242fedbab9596 /dev-python/tempest | |
parent | dev-python/ipython: Adjust dev-python/prompt-toolkit dep (diff) | |
download | gentoo-25a93a5f80d0f451739c7a261cd4765496ff595d.tar.gz gentoo-25a93a5f80d0f451739c7a261cd4765496ff595d.tar.bz2 gentoo-25a93a5f80d0f451739c7a261cd4765496ff595d.zip |
dev-python/tempest: Add dev-python/fasteners dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tempest')
-rw-r--r-- | dev-python/tempest/tempest-34.0.0-r1.ebuild (renamed from dev-python/tempest/tempest-34.0.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tempest/tempest-34.0.0.ebuild b/dev-python/tempest/tempest-34.0.0-r1.ebuild index 551a3d439257..9143d3959fb9 100644 --- a/dev-python/tempest/tempest-34.0.0.ebuild +++ b/dev-python/tempest/tempest-34.0.0-r1.ebuild @@ -38,6 +38,7 @@ RDEPEND=" >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] + >=dev-python/fasteners-0.16.0[${PYTHON_USEDEP}] " BDEPEND=" >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] |