dev-python/squaremap: fix wxpython dep

It wasn't properly slotted

Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
Virgil Dupras
2019-05-24 10:53:01 -04:00
parent 4d71fd89a5
commit 693bad0ab6

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -21,6 +21,6 @@ IUSE=""
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-python/wxpython"
dev-python/wxpython:3.0"
S="${WORKDIR}"/${MY_P}