commit: f2dbb4f472e6f03852dc74bb7724e0807df0fd77
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 13:13:25 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 13:13:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2dbb4f4
dev-util/molecule-plugins: [QA] Fix OutdatedBlocker
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
index b42a13d5ae2..440806e6e83 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
+
PYTHON_COMPAT=( python{2_7,3_6} )
inherit python-r1
@@ -13,12 +14,10 @@ SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
- >=dev-util/molecule-core-1.0.1
- !<dev-util/molecule-1"
+ >=dev-util/molecule-core-1.0.1"
RDEPEND="${DEPEND}
net-misc/rsync
sys-fs/squashfs-tools