summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-09 14:13:25 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-09 14:13:25 +0100
commitf2dbb4f472e6f03852dc74bb7724e0807df0fd77 (patch)
treec060b15537c680ce1a698b83591280dbc4dbe19d
parentdev-util/molecule-core: [QA] Fix OutdatedBlocker (diff)
downloadgentoo-f2dbb4f472e6f03852dc74bb7724e0807df0fd77.tar.gz
gentoo-f2dbb4f472e6f03852dc74bb7724e0807df0fd77.tar.bz2
gentoo-f2dbb4f472e6f03852dc74bb7724e0807df0fd77.zip
dev-util/molecule-plugins: [QA] Fix OutdatedBlocker
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-util/molecule-plugins/molecule-plugins-1.0.3.ebuild5
1 files 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 b42a13d5ae25..440806e6e83a 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