From ad9eee07d43110f2d602e2a4f0ed057b856fc938 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 10 Feb 2020 13:54:42 +0000 Subject: [PATCH] Change dependencies python-magic|termcolor -> python3 This breaks on both openSUSE Tumbleweed and Ubuntu 18.04. Signed-off-by: Jan Lindemann --- make/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/project.conf b/make/project.conf index bd737d2..2540d86 100644 --- a/make/project.conf +++ b/make/project.conf @@ -14,7 +14,7 @@ jw-maintainer = jan libname = none [pkg.requires.os] -run = python-magic, python-termcolor +run = python3-magic, python3-termcolor [pkg.requires.jw] devel = jw-python-run = VERSION-REVISION, jw-build-devel = VERSION