From: Ben Pfaff Date: Tue, 31 Dec 2013 22:23:34 +0000 (-0800) Subject: Update build requirements. X-Git-Tag: v2.1.0~46 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=6c1571aead8dd73546a4165a01b2d38990f21902;hp=6c1571aead8dd73546a4165a01b2d38990f21902;p=cascardo%2Fovs.git Update build requirements. Libtool is now required as of commit 38b7a52b61 (openvswitch: Use libtool and allow building shared libs). It seems that a build requirement for Python slipped in a while back, for generating ovs-vswitchd.conf.db.5, and no one complained, so we might as well make it official. (That will let us simplify some bits of the build, too, since they won't have to be conditional on Python anymore, so I'm all in favor of this change.) Signed-off-by: Ben Pfaff ---