From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 305A160119 for ; Wed, 29 Jun 2016 08:23:47 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id u5T8NmFe009603 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 29 Jun 2016 01:23:48 -0700 (PDT) Received: from pek-hostel-deb02.wrs.com (128.224.153.152) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.248.2; Wed, 29 Jun 2016 01:23:46 -0700 From: To: Date: Wed, 29 Jun 2016 16:22:42 +0800 Message-ID: <1467188567-28145-1-git-send-email-mingli.yu@windriver.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Subject: [meta-python][PATCH] Add some python packages bb X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 08:23:52 -0000 Content-Type: text/plain 1, Add python-pbr bb file as python-mock depends on python-pbr-native 2, Update python-mock bb to add python-pbr-native dependency for python-mock 3, Update python-mccabe bb to add python-pytest-runner dependency for python-mccabe 4, Add python-pytest-runner bb as python-mccabe depends on python-pytest-runner 5, Add python-setuptools-scm bb as python-pytest-runner depends on python-setuptools-scm