From patchwork Fri Jan 10 14:55:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 309307 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 125722C008F for ; Sat, 11 Jan 2014 01:55:18 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 31CE88BF1D; Fri, 10 Jan 2014 14:55:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qY7dpcrJkH23; Fri, 10 Jan 2014 14:55:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C986D8BF12; Fri, 10 Jan 2014 14:55:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7578A1BFA0B for ; Fri, 10 Jan 2014 14:55:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 722688D022 for ; Fri, 10 Jan 2014 14:55:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Bl--AP-N4jH0 for ; Fri, 10 Jan 2014 14:55:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9E4538D011 for ; Fri, 10 Jan 2014 14:55:13 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id z2so8429815wiv.1 for ; Fri, 10 Jan 2014 06:55:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=LnQDIWjRLW2nNUV4d6itpLSkWu48zVTzIsk2FVdkw/c=; b=c7teIz26HYS41FFk9K9LjufJ6WoCAaMxM60icfDB+YCAgJ/bapZbomxr72TjhB2gX/ JCuLt+C6N015WpWiJ51Jqm7FglRW4FqOWm0/ZrVg+bOHC/z71Evm784B8TaQ1aFjOqxm gJ36QERdXG1xLCc46jHwUIHTfMXh8Jf2x0tu3ceeCD3085klxnPEhvWFHhzL8FoKz2Y6 sBKww7gZi9Beim8L1xttoPyr9yQYYSjxrO6VFDGOQmhzwzRpSseRHRkFqBHidfSN1zQt QHE8B9S0M8r3xU7rLYSrxmV/1D+TYjh3hY364qfFDIgnP0kY3q3rYX+i5jvtGl0GVVP0 eveg== X-Received: by 10.194.185.237 with SMTP id ff13mr9075249wjc.64.1389365711893; Fri, 10 Jan 2014 06:55:11 -0800 (PST) Received: from localhost.localdomain (host109-150-80-255.range109-150.btcentralplus.com. [109.150.80.255]) by mx.google.com with ESMTPSA id of4sm2951733wic.8.2014.01.10.06.55.10 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 Jan 2014 06:55:10 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Fri, 10 Jan 2014 14:55:01 +0000 Message-Id: <1389365701-12078-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] python-nfc: fix autobuild failures X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Simon Dawson Fixes autobuild failures such as the following. http://autobuild.buildroot.net/results/2e1/2e11b9e946a854deb28ba144ca7e398a9c996a02/ Signed-off-by: Simon Dawson --- package/python-nfc/python-nfc-add-setup-py.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-nfc/python-nfc-add-setup-py.patch b/package/python-nfc/python-nfc-add-setup-py.patch index 307b749..5a51452 100644 --- a/package/python-nfc/python-nfc-add-setup-py.patch +++ b/package/python-nfc/python-nfc-add-setup-py.patch @@ -22,5 +22,5 @@ Index: b/setup.py + author_email='stephen.tiedemann@googlemail.com', + url='https://launchpad.net/nfcpy', + packages=['nfc', 'nfc/dev', 'nfc/llcp', 'nfc/ndef', -+ 'nfc/npp', 'nfc/snep'], ++ 'nfc/snep'], + )