diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-26 21:16:51 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-26 21:18:02 +0100 |
commit | 52a092d0aa12b1efe91db2a73f74f28365cc61e5 (patch) | |
tree | 14042f5d0666f00d9c2303c26f922d3ae541b185 /dev-python/wtforms | |
parent | dev-python/zeroconf: Stabilize 0.38.1 ALLARCHES, #832108 (diff) | |
download | gentoo-52a092d0aa12b1efe91db2a73f74f28365cc61e5.tar.gz gentoo-52a092d0aa12b1efe91db2a73f74f28365cc61e5.tar.bz2 gentoo-52a092d0aa12b1efe91db2a73f74f28365cc61e5.zip |
dev-python/wtforms: Stabilize 3.0.1 ALLARCHES, #832110
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r-- | dev-python/wtforms/wtforms-3.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wtforms/wtforms-3.0.1.ebuild b/dev-python/wtforms/wtforms-3.0.1.ebuild index d8ec1d1bee74..42359fdbfdfc 100644 --- a/dev-python/wtforms/wtforms-3.0.1.ebuild +++ b/dev-python/wtforms/wtforms-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-python/markupsafe[${PYTHON_USEDEP}]" |