commit: c3d081d05de51219ef5bbb0fe57df2d1ace1b65b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 17:41:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 17:48:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d081d0
dev-python/pytest-lazy-fixture: Fix whitespace
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
index f0a32e2976b..7b571298008 100644
--- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
+++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
@@ -5,7 +5,6 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-
inherit distutils-r1
DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize"