From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 7251B7326D for ; Wed, 29 Jun 2016 08:23:57 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id u5T8NvrG024281 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 29 Jun 2016 01:23:58 -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:57 -0700 From: To: Date: Wed, 29 Jun 2016 16:22:45 +0800 Message-ID: <1467188567-28145-4-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 3/5] python-mccabe: Add python-pytest-runner 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:57 -0000 Content-Type: text/plain From: Mingli Yu * Add python-pytest-runner dependency for python-mccabe Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb index 0958f75..ba966eb 100644 --- a/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb +++ b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb @@ -8,6 +8,9 @@ SRC_URI[sha256sum] = "9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca498226886 inherit pypi setuptools +DEPENDS += " \ + python-pytest-runner" + RDEPENDS_${PN} += " \ python-prettytable \ python-cmd2 \ -- 2.8.1