diff options
| author | David Lamparter <equinox@diac24.net> | 2019-05-28 00:35:24 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-06-04 16:21:20 +0200 |
| commit | 45da32d7a417ea639a092029c37c7fcc3bbc7813 (patch) | |
| tree | f96076c9681b2ea54131bde54831d164711de194 /doc/developer/building-frr-for-netbsd7.rst | |
| parent | b2eea7a00eb2fcc01dbcb0335546ac7d4224d11a (diff) | |
build: refactor & revamp python autoconf logic
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'doc/developer/building-frr-for-netbsd7.rst')
| -rw-r--r-- | doc/developer/building-frr-for-netbsd7.rst | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/developer/building-frr-for-netbsd7.rst b/doc/developer/building-frr-for-netbsd7.rst index 64c462a5c8..32d1145edc 100644 --- a/doc/developer/building-frr-for-netbsd7.rst +++ b/doc/developer/building-frr-for-netbsd7.rst @@ -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) |
