diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-21 00:17:25 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-21 00:28:07 -0500 |
commit | c8576c53bdabb53c9b7b75ab309b5a82bab02a84 (patch) | |
tree | 13d67ff7d896d5720464dd1f6dcc5257a43961fc /dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild | |
parent | dev-python/pytest-bdd: add missing test dep on setuptools (diff) | |
download | gentoo-c8576c53bdabb53c9b7b75ab309b5a82bab02a84.tar.gz gentoo-c8576c53bdabb53c9b7b75ab309b5a82bab02a84.tar.bz2 gentoo-c8576c53bdabb53c9b7b75ab309b5a82bab02a84.zip |
dev-python/pytest-bdd: stabilize 6.1.1 for amd64
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild')
-rw-r--r-- | dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild b/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild index 4e02126a4ee5..39ee70789605 100644 --- a/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild +++ b/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pytest-dev/pytest-bdd/archive/refs/tags/${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" RDEPEND=" dev-python/mako[${PYTHON_USEDEP}] |