commit: 286d9b0af06e4f3976e8ed1824f1a8d062be64b2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 17:41:35 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 17:48:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286d9b0a
dev-python/pytest-ordering: Fix whitespace
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 5da5937ddc0..2c016040864 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -5,7 +5,6 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-
inherit distutils-r1
DESCRIPTION="pytest plugin to run your tests in a specific order"