Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -594,11 +594,11 @@ machine-prefix:
# The onie/build-config/scripts/onie-build-targets.json file lists
# platforms and known working build environments.
DEBIAN_BUILD_HOST_PACKAGES = build-essential stgit u-boot-tools util-linux \
gperf device-tree-compiler python-all-dev xorriso \
gperf device-tree-compiler python3-dev xorriso \
autoconf automake bison flex texinfo libtool libtool-bin \
gawk libncurses5 libncurses5-dev bc \
dosfstools mtools pkg-config git wget help2man libexpat1 \
libexpat1-dev fakeroot python-sphinx rst2pdf \
libexpat1-dev fakeroot python3-sphinx rst2pdf \
libefivar-dev libnss3-tools libnss3-dev libpopt-dev \
libssl-dev sbsigntool uuid-runtime uuid-dev cpio \
bsdmainutils unzip
Expand Down
2 changes: 1 addition & 1 deletion build-config/scripts/mk-part-table.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3

from struct import pack
import sys
Expand Down
4 changes: 2 additions & 2 deletions contrib/build-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ FROM debian:9
# Add initial development packages
RUN apt-get update && apt-get install -y \
build-essential stgit u-boot-tools util-linux \
gperf device-tree-compiler python-all-dev xorriso \
gperf device-tree-compiler python3-dev xorriso \
autoconf automake bison flex texinfo libtool libtool-bin \
realpath gawk libncurses5 libncurses5-dev bc \
dosfstools mtools pkg-config git wget help2man libexpat1 \
libexpat1-dev fakeroot python-sphinx rst2pdf \
libexpat1-dev fakeroot python3-sphinx rst2pdf \
libefivar-dev libnss3-tools libnss3-dev libpopt-dev \
libssl-dev sbsigntool uuid-runtime uuid-dev cpio \
bsdmainutils curl sudo unzip
Expand Down
2 changes: 1 addition & 1 deletion contrib/git-stats/gitdm/findoldfiles
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#
# Another quick hack of a script to find files unchanged
# since a given commit.
Expand Down
2 changes: 1 addition & 1 deletion contrib/git-stats/gitdm/logparser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#-*- coding:utf-8 -*-
#
# Copyright © 2009 Germán Póo-Caamaño <gpoo@gnome.org>
Expand Down
2 changes: 1 addition & 1 deletion contrib/git-stats/gitdm/tests/gitdm-tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#

#
Expand Down
2 changes: 1 addition & 1 deletion contrib/git-stats/gitdm/treeplot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#
# Create a graph of patch flow into the mainline.
#
Expand Down
2 changes: 1 addition & 1 deletion contrib/oce/build-onie.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# -----------------------------------------------------------------------------
# Copyright (C) 2014-2015 Carlos Cardenas <carlos@cumulusnetworks.com>
Expand Down
2 changes: 1 addition & 1 deletion contrib/oce/eyes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# -----------------------------------------------------------------------------
# Copyright (C) 2015-2016 Carlos Cardenas <carlos@cumulusnetworks.com>
Expand Down
2 changes: 1 addition & 1 deletion contrib/oce/test-onie.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# -----------------------------------------------------------------------------
# Copyright (C) 2014-2016 Carlos Cardenas <carlos@cumulusnetworks.com>
Expand Down