From db9fd248f331b815f70a31f0d47064a839222ad4 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 21 Jun 2019 16:57:58 +0200 Subject: [PATCH] 7z: properly list the needed package as pylzma --- src/filters/rcl7z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filters/rcl7z b/src/filters/rcl7z index 9dc167ab..5c7e55ee 100755 --- a/src/filters/rcl7z +++ b/src/filters/rcl7z @@ -14,7 +14,7 @@ import rclexecm try: from py7zlib import Archive7z except: - print("RECFILTERROR HELPERNOTFOUND python3:py7zlib") + print("RECFILTERROR HELPERNOTFOUND python3:pylzma") sys.exit(1); try: