From 1d0ad3c118bed7ebc4e4cba1d39ce02bce80cf27 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 2 Jan 2019 14:18:59 +0300 Subject: [PATCH] libbytesize:ver bump py2 --- hardware/disk/libbytesize/actions.py | 3 ++- hardware/disk/libbytesize/pspec.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hardware/disk/libbytesize/actions.py b/hardware/disk/libbytesize/actions.py index 9121945ab5..9f497623ec 100644 --- a/hardware/disk/libbytesize/actions.py +++ b/hardware/disk/libbytesize/actions.py @@ -7,10 +7,11 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools +from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - #shelltools.system("./autogen.sh") + shelltools.system("sed -i 's|python2|python|g' configure") autotools.configure() def build(): diff --git a/hardware/disk/libbytesize/pspec.xml b/hardware/disk/libbytesize/pspec.xml index 9730cc05aa..370852c174 100644 --- a/hardware/disk/libbytesize/pspec.xml +++ b/hardware/disk/libbytesize/pspec.xml @@ -52,7 +52,7 @@ - 2018-12-29 + 2019-01-02 1.4 First release PisiLinux Community