From patchwork Sat Feb 14 12:30:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Compagnucci X-Patchwork-Id: 439739 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 0651B1402A8 for ; Sat, 14 Feb 2015 23:30:35 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5591333DA7; Sat, 14 Feb 2015 12:30:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IwqQozKYR5xF; Sat, 14 Feb 2015 12:30:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id B018E33D99; Sat, 14 Feb 2015 12:30:29 +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 1A60B1C2CA7 for ; Sat, 14 Feb 2015 12:30:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1486F9255C for ; Sat, 14 Feb 2015 12:30:28 +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 4PGg0PaxooQJ for ; Sat, 14 Feb 2015 12:30:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by whitealder.osuosl.org (Postfix) with ESMTPS id 57420924F5 for ; Sat, 14 Feb 2015 12:30:27 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id k14so18390004wgh.4 for ; Sat, 14 Feb 2015 04:30:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=3S8vSysiIOL7SceeDAa/sX5xaNEk0M0GZztR/lBEr98=; b=Do0JE/rIQq1v65Sz8BwUQxfpm8GDST97YMFTd6V6E00x+VKhua56mArhcxcLHgc2/T ZhHI0zHEHk4J9IP5axqRGtBdl71+hdnJXEd1CBbCl9At3DjBaCv1d6WeoIotCOYSBkx3 kAemAUQHCPf78AMW2EKa2Ugx051ympBOhiyfFjr2JgRrXYcGWLbx4G8y+KukGvHjozfq qb0TN378SPjHppAMSWEPAwAs49shi91H5W62PM9q4kKpxg6BtykwrT9ovsIYbbNK+xRp 4U+5KnZ9vWPq17SmZlkyIDvJx4u0g3AIMg4pPsNUyKuKqvu9DAWfmFSruw89gG4vhI34 bOPg== X-Received: by 10.194.185.9 with SMTP id ey9mr14468849wjc.135.1423917025854; Sat, 14 Feb 2015 04:30:25 -0800 (PST) Received: from localhost.localdomain ([89.202.204.147]) by mx.google.com with ESMTPSA id ej10sm10951986wib.2.2015.02.14.04.30.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 14 Feb 2015 04:30:25 -0800 (PST) From: Angelo Compagnucci To: buildroot@buildroot.net Date: Sat, 14 Feb 2015 13:30:16 +0100 Message-Id: <1423917016-25980-1-git-send-email-angelo.compagnucci@gmail.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] package/python3: change BR2_PACKAGE_PYTHON_PYEXPAT description X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" This patch changes BR2_PACKAGE_PYTHON3_PYEXPAT description and help text to underline that all the xml libraries will be included in python. It also reorders alphabetically the affected option. Signed-off-by: Angelo Compagnucci Reviewed-by: Yegor Yefremov --- package/python3/Config.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/python3/Config.in b/package/python3/Config.in index c3118c8..e2f9077 100644 --- a/package/python3/Config.in +++ b/package/python3/Config.in @@ -66,12 +66,6 @@ config BR2_PACKAGE_PYTHON3_OSSAUDIODEV help ossaudiodev module for Python3. -config BR2_PACKAGE_PYTHON3_PYEXPAT - select BR2_PACKAGE_EXPAT - bool "pyexpat" - help - pyexpat module for Python3. - config BR2_PACKAGE_PYTHON3_READLINE select BR2_PACKAGE_READLINE bool "readline" @@ -97,6 +91,12 @@ config BR2_PACKAGE_PYTHON3_SQLITE help SQLite database support +config BR2_PACKAGE_PYTHON3_PYEXPAT + select BR2_PACKAGE_EXPAT + bool "xml module" + help + pyexpat and xml libraries for Python3. + config BR2_PACKAGE_PYTHON3_ZLIB bool "zlib module" select BR2_PACKAGE_ZLIB