dev-python/pytest-cache: Add missing dev-python/execnet dep, #588676
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 07:43:22 +0000 (09:43 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 09:12:25 +0000 (11:12 +0200)
dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild [moved from dev-python/pytest-cache/pytest-cache-1.0.ebuild with 94% similarity]

similarity index 94%
rename from dev-python/pytest-cache/pytest-cache-1.0.ebuild
rename to dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild
index f5420aa4d80aa93d2e40d526f2c1ed0bfc7eca3e..ecb5f90c44be34821165bde6b3538c14f7aa1741 100644 (file)
@@ -16,7 +16,7 @@ LICENSE="MIT"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
-RDEPEND=""
+RDEPEND="dev-python/execnet[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )