diff mbox

[ovs-dev,1/4] INSTALL.NetBSD.md: Update for six

Message ID 1458131974-4040-1-git-send-email-yamamoto@midokura.com
State Accepted
Headers show

Commit Message

Takashi Yamamoto March 16, 2016, 12:39 p.m. UTC
Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com>
---
 INSTALL.NetBSD.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Ben Pfaff March 23, 2016, 3:42 p.m. UTC | #1
On Wed, Mar 16, 2016 at 09:39:31PM +0900, YAMAMOTO Takashi wrote:
> Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com>

Acked-by: Ben Pfaff <blp@ovn.org>
Takashi Yamamoto March 23, 2016, 4:11 p.m. UTC | #2
2016-03-24 0:42 GMT+09:00 Ben Pfaff <blp@ovn.org>:
> On Wed, Mar 16, 2016 at 09:39:31PM +0900, YAMAMOTO Takashi wrote:
>> Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com>
>
> Acked-by: Ben Pfaff <blp@ovn.org>

thank you. pushed to master.
diff mbox

Patch

diff --git a/INSTALL.NetBSD.md b/INSTALL.NetBSD.md
index 1c571cf..5a1f703 100644
--- a/INSTALL.NetBSD.md
+++ b/INSTALL.NetBSD.md
@@ -8,6 +8,7 @@  In that case, you need at least the following packages.
   * libtool-base
   * gmake
   * python27
+  * py27-six
   * py27-xml
   * pkg_alternatives
 
@@ -20,7 +21,7 @@  install pre-built binary packages as the following.
     ```
     # PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/6.1.2/All/
     # export PKG_PATH
-    # pkg_add automake libtool-base gmake python27 py27-xml pkg_alternatives
+    # pkg_add automake libtool-base gmake python27 py27-six py27-xml pkg_alternatives
     ```
 
 NetBSD's `/usr/bin/make` is not GNU make.  GNU make is installed as