From 2e006f85ce00fa5dc560784fc35ea24372e295ae Mon Sep 17 00:00:00 2001 From: Patola Date: Sun, 16 Apr 2017 18:54:45 -0300 Subject: [PATCH] Adds savitar for 3MF plugins 3MF read/writing does not work if python3-savitar and libsavitar are not installed. This change adds python3-savitar (which also requires libsavitar) to dependences which makes it work again. --- Cura/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/control b/Cura/control index 268d26d..394e6ec 100644 --- a/Cura/control +++ b/Cura/control @@ -7,7 +7,7 @@ Build-Depends: python3-dev, python3-uranium, uranium-tools, qttools5-dev, qttools5-dev-tools, - gettext, + gettext, python3-savitar, python3-pytest, pylint3, Standards-Version: 3.9.6 Homepage: https://github.com/Ultimaker/Cura