From d803e6f4825b83f1e8c193457e44e7afdb43e72f Mon Sep 17 00:00:00 2001 From: Pascal Fleury Date: Thu, 17 Jan 2019 01:13:12 +0100 Subject: Make acprep work with Python3. --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acprep') diff --git a/acprep b/acprep index bcbf1308..72275c2e 100755 --- a/acprep +++ b/acprep @@ -510,7 +510,7 @@ class PrepareBuild(CommandLineApp): self.log.info("Installing Ledger's build dependencies ...") - system = self.get_stdout('uname', '-s') + system = self.get_stdout('uname', '-s').decode('utf8') if system == 'Darwin': if exists('/opt/local/bin/port'): -- cgit v1.2.3