diff options
author | Sam James <sam@gentoo.org> | 2021-01-13 19:33:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-13 19:33:43 +0000 |
commit | 811aed701040454376c166d840c55a5144b305c7 (patch) | |
tree | 334b04c3078dba35551e80dbe39c39d1e85b68bc /dev-python/rpyc | |
parent | dev-python/testfixtures: Stabilize 6.16.0 ALLARCHES, #765322 (diff) | |
download | gentoo-811aed701040454376c166d840c55a5144b305c7.tar.gz gentoo-811aed701040454376c166d840c55a5144b305c7.tar.bz2 gentoo-811aed701040454376c166d840c55a5144b305c7.zip |
dev-python/rpyc: Stabilize 4.1.5 ALLARCHES, #765328
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/rpyc')
-rw-r--r-- | dev-python/rpyc/rpyc-4.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rpyc/rpyc-4.1.5.ebuild b/dev-python/rpyc/rpyc-4.1.5.ebuild index 98438a3833b6..10a60131c96c 100644 --- a/dev-python/rpyc/rpyc-4.1.5.ebuild +++ b/dev-python/rpyc/rpyc-4.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/tomerfiliba/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="dev-python/plumbum[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |