From f82d2f59e068f883836d10b0143fd8c3ebf0187d Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 20 Apr 2017 22:01:58 +0300 Subject: [PATCH] gonullu:fixed import error and missing dep --- programming/language/python3/gonullu/actions.py | 1 + programming/language/python3/gonullu/pspec.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/gonullu/actions.py b/programming/language/python3/gonullu/actions.py index 64195092ba..3677ddf139 100644 --- a/programming/language/python3/gonullu/actions.py +++ b/programming/language/python3/gonullu/actions.py @@ -8,6 +8,7 @@ from pisi.actionsapi import pisitools def build(): pythonmodules.compile(pyVer="3") + pisitools.dosed("gonullu/docker.py", "import Client", "import client") def install(): pythonmodules.install(pyVer="3") diff --git a/programming/language/python3/gonullu/pspec.xml b/programming/language/python3/gonullu/pspec.xml index 5365a4ee65..f121548e49 100644 --- a/programming/language/python3/gonullu/pspec.xml +++ b/programming/language/python3/gonullu/pspec.xml @@ -30,6 +30,7 @@ python3-sip python3-backports-ssl-match-hostname docker + python3-PyYAML /usr/bin @@ -39,6 +40,13 @@ + + 2017-04-20 + 1.1.6 + fixed import error and missing dep. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2017-04-10 1.1.6 @@ -68,4 +76,4 @@ alihan@pisilinux.org - \ No newline at end of file +