From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1ABE2E008EA; Wed, 1 Apr 2015 08:20:21 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.49 listed in list.dnswl.org] Received: from mail-qg0-f49.google.com (mail-qg0-f49.google.com [209.85.192.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DB6B1E0056E for ; Wed, 1 Apr 2015 08:20:18 -0700 (PDT) Received: by qgep97 with SMTP id p97so45303044qge.1 for ; Wed, 01 Apr 2015 08:20:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=3JrzWEQ/IB76dJGFndKcztXdDfiE/aP1OjXzbN/4Tb0=; b=NUhM1jtyg2TWB4JePg6Uyobr9PjC3vH7e2kVrEkyqrz7OYMLi7y2dCHksUEwyLzWOh 990x8QfQJ2mqzy1cxj+vBqtOrhoXmua3Nu6PzWA5OW5LomY10LHJO81S/5YI0BmMoGhM xxwsc9gf9sE6aK9XOjHqf+3Mq3wMyDwThGq4dKJv1uBOXrdIHERyfRB6nQL9+Y4tHYAc Srr+BUk0Im/fRvYwPOoauDGsJTHExD56s/qAQ7gW41h1LZMFBqKrJPfG+a7lBZpwDaDU NGEiIVhqDGPgX0w3Zyh+tL1dLkU1W6hcYD7tKvk+u/xTh6wAg4VrWVv5EUVh0af+oERg GOHw== X-Gm-Message-State: ALoCoQns/bzZR0O5e7LNanSPkWqYcn6Am9Ipe54vAGbBdylrqSpv/6EQiGxeNrT4rrT8wKcHUNBf X-Received: by 10.55.53.137 with SMTP id c131mr26546384qka.102.1427901618116; Wed, 01 Apr 2015 08:20:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.102.203 with HTTP; Wed, 1 Apr 2015 08:19:57 -0700 (PDT) In-Reply-To: References: From: "Burton, Ross" Date: Wed, 1 Apr 2015 16:19:57 +0100 Message-ID: To: Matthew Karas Cc: "yocto@yoctoproject.org" Subject: Re: python3-native problems X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 15:20:21 -0000 Content-Type: multipart/alternative; boundary=001a11476f56b8f4a80512ab4027 --001a11476f56b8f4a80512ab4027 Content-Type: text/plain; charset=UTF-8 On 1 April 2015 at 15:29, Matthew Karas wrote: > DEPENDS = "python3 python3-native python3-distribute" > RDEPENDS_${PN} = "python3 python3-native python3-distribute" > RDEPENDS_${PN}-dev = "bash python3 python3-native python3-distribute" > python3-native is a form of Python 3 that is built and executed on your build machine, so it makes no sense to have this as a runtime dependency. The RDEPENDS should just be python3 python3-distribute. Ross --001a11476f56b8f4a80512ab4027 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On 1 April 2015 at 15:29, Matthew Karas <mkarascybi@gmail.com> wrote:
DEPENDS =3D "pytho= n3 python3-native python3-distribute"
RDEPENDS_${PN} =3D "pyth= on3 python3-native python3-distribute"
RDEPENDS_${PN}-dev =3D "= ;bash python3 python3-native python3-distribute"

python3-native is a form of Python 3 that is built and executed on y= our build machine, so it makes no sense to have this as a runtime dependenc= y.=C2=A0 The RDEPENDS should just be python3 python3-distribute.

Ross
--001a11476f56b8f4a80512ab4027--