commit: d6e7db2e3adfb20a6d2104857f8e9cbacd270068
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 05:38:21 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 05:40:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e7db2e
dev-python/ovs: add missing dep
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/ovs/{ovs-2.10.0.ebuild => ovs-2.10.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ovs/ovs-2.10.0.ebuild
b/dev-python/ovs/ovs-2.10.0-r1.ebuild
similarity index 88%
rename from dev-python/ovs/ovs-2.10.0.ebuild
rename to dev-python/ovs/ovs-2.10.0-r1.ebuild
index b7369092ff6..bde0c855776 100644
--- a/dev-python/ovs/ovs-2.10.0.ebuild
+++ b/dev-python/ovs/ovs-2.10.0-r1.ebuild
@@ -14,6 +14,6 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
-RDEPEND=""
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"