dev-python/ovs: add missing dep
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 16 Apr 2019 05:38:21 +0000 (00:38 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 16 Apr 2019 05:40:23 +0000 (00:40 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/ovs/ovs-2.10.0-r1.ebuild [moved from dev-python/ovs/ovs-2.10.0.ebuild with 88% similarity]

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 b7369092ff6c519881ec4023adceb7b634d55e61..bde0c8557767c4bdd9f9935c62bc002af4b46166 100644 (file)
@@ -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}]"