diff options
author | Sam James <sam@gentoo.org> | 2021-09-18 18:16:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-18 18:16:16 +0100 |
commit | 94b5494d27fac199974b3f72a786c322fa808756 (patch) | |
tree | 13022d923e856d1aa62e11a4d5645be53dab6440 /dev-python/pytest-describe | |
parent | dev-python/pytools: Stabilize 2021.2.8 ALLARCHES, #813573 (diff) | |
download | gentoo-94b5494d27fac199974b3f72a786c322fa808756.tar.gz gentoo-94b5494d27fac199974b3f72a786c322fa808756.tar.bz2 gentoo-94b5494d27fac199974b3f72a786c322fa808756.zip |
dev-python/pytest-describe: Stabilize 2.0.0 ALLARCHES, #813576
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-describe')
-rw-r--r-- | dev-python/pytest-describe/pytest-describe-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-describe/pytest-describe-2.0.0.ebuild b/dev-python/pytest-describe/pytest-describe-2.0.0.ebuild index b0f2ea97b6db..1d2df2e46f29 100644 --- a/dev-python/pytest-describe/pytest-describe-2.0.0.ebuild +++ b/dev-python/pytest-describe/pytest-describe-2.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" RDEPEND=">=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]" |