diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-11 14:29:09 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-11 14:47:25 -0500 |
commit | 7ecdf80d21c5f34abd340991b07e23804dbe7bc5 (patch) | |
tree | 178d8b974e9bead6d9e5a6b0ae1e9a02be42a2df /dev-python/tinyrpc | |
parent | dev-python/tinyrpc: 0.9.4 allarches stablized (diff) | |
download | gentoo-7ecdf80d21c5f34abd340991b07e23804dbe7bc5.tar.gz gentoo-7ecdf80d21c5f34abd340991b07e23804dbe7bc5.tar.bz2 gentoo-7ecdf80d21c5f34abd340991b07e23804dbe7bc5.zip |
dev-python/tinyrpc: 1.0.1 allarches stablized
Stablized for Openstack Stein
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/tinyrpc')
-rw-r--r-- | dev-python/tinyrpc/tinyrpc-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tinyrpc/tinyrpc-1.0.1.ebuild b/dev-python/tinyrpc/tinyrpc-1.0.1.ebuild index b0f8227a4ed8..e05f2a18a04d 100644 --- a/dev-python/tinyrpc/tinyrpc-1.0.1.ebuild +++ b/dev-python/tinyrpc/tinyrpc-1.0.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="gevent httpclient jsonext websocket wsgi zmq" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |