[elbe-devel] [PATCH 19/25] py3: setup.py - convert to use python3
Torben Hohn
torben.hohn at linutronix.de
Tue Dec 19 14:10:25 CET 2017
On Mon, Dec 11, 2017 at 10:11:13AM +0100, Manuel Traut wrote:
> setup.py just needs to use print as function, than it can be run in a
> python3 interpreter.
>
> Signed-off-by: Manuel Traut <manut at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> setup.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/setup.py b/setup.py
> index 63bf330f..2f42c9a3 100644
> --- a/setup.py
> +++ b/setup.py
> @@ -1,4 +1,4 @@
> -#!/usr/bin/env python
> +#!/usr/bin/env python3
>
> import subprocess
> import os
> @@ -35,7 +35,7 @@ class my_install(install):
> stdout=subprocess.PIPE,
> cwd=docs_dir,
> env=envvars).communicate()[0]
> - print output
> + print(output)
>
> setup(name='elbe',
> version=elbe_version,
> --
> 2.15.1
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
--
Mit freundlichen Grüßen
Torben Hohn
Linutronix GmbH
Standort: Bremen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
Nr. / Trade register no.: 700 806
Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner
Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
möglich ist, durch Antwort-Mail. Vielen Dank!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20171219/7bec8aff/attachment.sig>
More information about the elbe-devel
mailing list