summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-for-netbsd6.rst
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-05-28 00:35:24 +0200
committerDavid Lamparter <equinox@diac24.net>2019-06-04 16:21:20 +0200
commit45da32d7a417ea639a092029c37c7fcc3bbc7813 (patch)
treef96076c9681b2ea54131bde54831d164711de194 /doc/developer/building-frr-for-netbsd6.rst
parentb2eea7a00eb2fcc01dbcb0335546ac7d4224d11a (diff)
build: refactor & revamp python autoconf logic
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'doc/developer/building-frr-for-netbsd6.rst')
-rw-r--r--doc/developer/building-frr-for-netbsd6.rst9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/developer/building-frr-for-netbsd6.rst b/doc/developer/building-frr-for-netbsd6.rst
index 49091c49b4..e50d11130a 100644
--- a/doc/developer/building-frr-for-netbsd6.rst
+++ b/doc/developer/building-frr-for-netbsd6.rst
@@ -23,7 +23,7 @@ Add packages:
::
sudo pkg_add git autoconf automake libtool gmake openssl \
- pkg-config json-c python27 py27-test python35 py-sphinx
+ pkg-config json-c py36-test python36 py36-sphinx
Install SSL Root Certificates (for git https access):
@@ -33,13 +33,6 @@ Install SSL Root Certificates (for git https access):
sudo touch /etc/openssl/openssl.cnf
sudo mozilla-rootcerts install
-Select default Python and py.test
-
-::
-
- sudo ln -s /usr/pkg/bin/python2.7 /usr/bin/python
- sudo ln -s /usr/pkg/bin/py.test-2.7 /usr/bin/py.test
-
.. include:: building-libyang.rst
Get FRR, compile it and install it (from Git)