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 346C873216 for ; Wed, 29 Jun 2016 08:23:54 +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 u5T8NtKw009640 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 29 Jun 2016 01:23:55 -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:54 -0700 From: To: Date: Wed, 29 Jun 2016 16:22:44 +0800 Message-ID: <1467188567-28145-3-git-send-email-mingli.yu@windriver.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1467188567-28145-1-git-send-email-mingli.yu@windriver.com> References: <1467188567-28145-1-git-send-email-mingli.yu@windriver.com> MIME-Version: 1.0 Subject: [meta-python][PATCH 2/5] python-mock: Add python-pbr-native dependency 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:55 -0000 Content-Type: text/plain From: Mingli Yu * Add python-pbr-native dependency for python-mock Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-mock_2.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-mock_2.0.0.bb b/meta-python/recipes-devtools/python/python-mock_2.0.0.bb index eb473d2..849c99e 100644 --- a/meta-python/recipes-devtools/python/python-mock_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python-mock_2.0.0.bb @@ -8,6 +8,9 @@ PYPI_PACKAGE_HASH = "0c53014354fc93c591ccc4abff12c473ad565a2eb24dcd82490fae33dbf inherit pypi setuptools +DEPENDS += " \ + python-pbr-native" + RDEPENDS_${PN} += " \ python-prettytable \ python-cmd2 \ -- 2.8.1