From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Tue, 15 Mar 2016 19:22:07 -0300 Subject: [Buildroot] [PATCH 1/2] norm: new package In-Reply-To: <87zitz5qq7.fsf@dell.be.48ers.dk> References: <1457516142-7421-1-git-send-email-gustavo@zacarias.com.ar> <8737rr8km2.fsf@dell.be.48ers.dk> <56E8893D.8000505@zacarias.com.ar> <87zitz5qq7.fsf@dell.be.48ers.dk> Message-ID: <56E88B0F.4040107@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 15/03/16 19:19, Peter Korsgaard wrote: > Ok, and that is the case for samba4 as well? No, samba4 is still using an old waf (1.5.x) which requires python2. But since samba4 uses python2 (target) it's getting the host python2 for free, we might just add it for cosmetics (graph-depends). Regards.