From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Wed, 26 Apr 2017 09:26:24 +0200 Subject: [Buildroot] [PATCH 2/9] package/python-traitlets: New package In-Reply-To: <20170425191423.13294-3-andrew.smirnov@gmail.com> References: <20170425191423.13294-1-andrew.smirnov@gmail.com> <20170425191423.13294-3-andrew.smirnov@gmail.com> Message-ID: <20170426092624.7687d704@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, On Tue, 25 Apr 2017 12:14:16 -0700, Andrey Smirnov wrote: > diff --git a/package/python-traitlets/Config.in b/package/python-traitlets/Config.in > new file mode 100644 > index 0000000..ba79218 > --- /dev/null > +++ b/package/python-traitlets/Config.in > @@ -0,0 +1,8 @@ > +config BR2_PACKAGE_PYTHON_TRAITLETS > + select BR2_PACKAGE_PYTHON_DECORATOR > + select BR2_PACKAGE_PYTHON_ENUM if BR2_PACKAGE_PYTHON > + bool "python-traitlets" The "bool" should be before the selects. Have you run your packages through support/scripts/check-package ? > +PYTHON_TRAITLETS_DEPENDENCIES = python-decorator > + > +ifeq ($(BR2_PACKAGE_PYTHON),y) > +PYTHON_TRAITLETS_DEPENDENCIES += python-enum > +endif Are these really build time dependencies, or just runtime dependencies? Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com