lfs: Drop quotes in DEPS variable

Not sure why this has ever been there. This simply makes it
nicer to read and edit because we can have line-breaks now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2020-03-23 19:34:57 +00:00
committed by Arne Fitzenreiter
parent 64926f7599
commit 2dc2a27803
215 changed files with 215 additions and 215 deletions

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python3-botocore
PAK_VER = 2
DEPS = "python3-dateutil python3-jmespath"
DEPS = python3-dateutil python3-jmespath
###############################################################################
# Top-level Rules