From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay02.ispgateway.de ([80.67.18.14]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YFRfK-0003ww-98 for ptxdist@pengutronix.de; Sun, 25 Jan 2015 19:12:06 +0100 From: Bernhard Walle Date: Sun, 25 Jan 2015 19:11:55 +0100 Message-Id: <1422209516-11310-4-git-send-email-bernhard@bwalle.de> In-Reply-To: <1422209516-11310-1-git-send-email-bernhard@bwalle.de> References: <1422209516-11310-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH 4/5] python3: Add menu for python3 3rd-party modules Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Bernhard Walle Signed-off-by: Bernhard Walle --- rules/python3.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/python3.in b/rules/python3.in index bcb2ca5..b8bde82 100644 --- a/rules/python3.in +++ b/rules/python3.in @@ -60,3 +60,7 @@ config PYTHON3_DISTUTILS prompt "Include distutils packages" endif + +menu "python3 Extra Modules " +source "generated/python3.in" +endmenu -- 2.2.2 -- ptxdist mailing list ptxdist@pengutronix.de