]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: Fix pytest installation instructions on Ubuntu 12.04
authorMartin Winter <mwinter@opensourcerouting.org>
Thu, 16 Feb 2017 17:52:07 +0000 (00:52 +0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Thu, 16 Feb 2017 17:52:07 +0000 (00:52 +0700)
Ubuntu 12.04 doesn't have a pytest package - needs to be installed with pip

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
doc/Building_FRR_on_Ubuntu1204.md

index 60b714d4d20302b960b001dd8a0f81da5503b840..3312a2c9c89dfc5e684988454ba26dda69044fe2 100644 (file)
@@ -13,7 +13,7 @@ Add packages:
 
     apt-get install git autoconf automake libtool make gawk libreadline-dev \
        texinfo libpam0g-dev dejagnu libjson0 pkg-config libpam0g-dev \
-       libjson0-dev flex python-pytest
+       libjson0-dev flex python-pip
 
 Install newer bison from 14.04 package source (Ubuntu 12.04 package source
 is too old)
@@ -51,6 +51,10 @@ Install newer version of autoconf and automake:
     sudo make install
     cd ..
 
+Install pytest:
+
+    pip install pytest
+
 Get FRR, compile it and install it (from Git)
 ---------------------------------------------