]> git.proxmox.com Git - mirror_frr.git/blobdiff - doc/developer/building-frr-for-netbsd7.rst
Merge pull request #5716 from opensourcerouting/bfdd-log
[mirror_frr.git] / doc / developer / building-frr-for-netbsd7.rst
index 64c462a5c8b77b6ccd54eec2c3dfa9310cf41866..32d1145edce77730c2ae9a0f91ec8d318786154d 100644 (file)
@@ -14,7 +14,7 @@ Install required packages
 ::
 
     sudo pkgin install git autoconf automake libtool gmake openssl \
-       pkg-config json-c python27 py27-test python35 py-sphinx
+       pkg-config json-c python36 py36-test py36-sphinx
 
 Install SSL Root Certificates (for git https access):
 
@@ -24,13 +24,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)