From c3920ac12d4e1bb593c6e9e2ef267337ab0d5c7b Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 3 Dec 2020 12:35:30 +0100 Subject: [PATCH] dev-python/dacite: remove trailing whitespace remove empty blank line remove unnecessary python dep, is added by eclass Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- dev-python/dacite/dacite-1.6.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/dacite/dacite-1.6.0.ebuild b/dev-python/dacite/dacite-1.6.0.ebuild index 80a97cb836..f312d082cf 100644 --- a/dev-python/dacite/dacite-1.6.0.ebuild +++ b/dev-python/dacite/dacite-1.6.0.ebuild @@ -8,12 +8,8 @@ inherit distutils-r1 DESCRIPTION="This module simplifies creation of data classes (PEP 557) from dictionaries" HOMEPAGE="https://github.com/konradhalas/dacite" -SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/python-3.6" -