diff options
author | Sam James <sam@gentoo.org> | 2021-07-26 04:07:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-26 04:07:43 +0100 |
commit | 9b7ef54290e4998f3ca19a2144d737ed426a3a97 (patch) | |
tree | fb02afbb249262018cfa72c3565db3f1d83bcd8d /dev-python | |
parent | app-admin/puppet-agent: depend on sys-libs/libxcrypt[compat] (diff) | |
download | gentoo-9b7ef54290e4998f3ca19a2144d737ed426a3a97.tar.gz gentoo-9b7ef54290e4998f3ca19a2144d737ed426a3a97.tar.bz2 gentoo-9b7ef54290e4998f3ca19a2144d737ed426a3a97.zip |
dev-python/httpretty: Stabilize 1.1.3 sparc, #796065
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/httpretty/httpretty-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpretty/httpretty-1.1.3.ebuild b/dev-python/httpretty/httpretty-1.1.3.ebuild index d03757db5703..2f421089dfc7 100644 --- a/dev-python/httpretty/httpretty-1.1.3.ebuild +++ b/dev-python/httpretty/httpretty-1.1.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86" RDEPEND=" dev-python/urllib3[${PYTHON_USEDEP}]" |