diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-22 09:43:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-22 11:12:25 +0200 |
commit | e13986a5fe699f96813b6f5f76bc09de3d15cb5b (patch) | |
tree | 85471f751cc6a3c621a7ecbb4633e6ddea09f442 /dev-python/pytest-cache | |
parent | sys-fs/btrfs-progs: amd64 stable wrt bug #618430 (diff) | |
download | gentoo-e13986a5fe699f96813b6f5f76bc09de3d15cb5b.tar.gz gentoo-e13986a5fe699f96813b6f5f76bc09de3d15cb5b.tar.bz2 gentoo-e13986a5fe699f96813b6f5f76bc09de3d15cb5b.zip |
dev-python/pytest-cache: Add missing dev-python/execnet dep, #588676
Diffstat (limited to 'dev-python/pytest-cache')
-rw-r--r-- | dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild (renamed from dev-python/pytest-cache/pytest-cache-1.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-cache/pytest-cache-1.0.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild index f5420aa4d80a..ecb5f90c44be 100644 --- a/dev-python/pytest-cache/pytest-cache-1.0.ebuild +++ b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild @@ -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}] ) |