From ce92a1a3166d70849ef797f03715941ff464607b Mon Sep 17 00:00:00 2001 From: JosephMcc Date: Mon, 20 Feb 2017 13:27:25 -0800 Subject: [PATCH] debian: Add dependency on libpeas-1.0-0-python3loader We need this for the python3 plugin loader to work Closes: https://github.com/linuxmint/xed/issues/94 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 97bc142..c543bf6 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Depends: iso-codes, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, + libpeas-1.0-0-python3loader, python3, python3-gi, xapps-common,