From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartosz Bilas Date: Fri, 8 Nov 2019 09:45:50 +0100 Subject: [Buildroot] [PATCH v2 2/2] package/python-esptool: new package In-Reply-To: <20191107235045.667813a1@windsurf> References: <20191107170504.1327891-1-b.bilas@grinn-global.com> <20191107170504.1327891-2-b.bilas@grinn-global.com> <20191107235045.667813a1@windsurf> Message-ID: <44e04441-7a39-7770-6ce7-6dcc5fee3870@grinn-global.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Thomas, On 07.11.2019 23:50, Thomas Petazzoni wrote: > Hello Bartosz, > > On Thu, 7 Nov 2019 18:05:04 +0100 > Bartosz Bilas wrote: > >> diff --git a/DEVELOPERS b/DEVELOPERS >> index e9f5345520..49440930fc 100644 >> --- a/DEVELOPERS >> +++ b/DEVELOPERS >> @@ -259,6 +259,7 @@ N: Bartosz Bilas >> F: package/qt5/qt5scxml/ >> F: package/qt5/qt5webview/ >> F: package/python-pyaes >> +F: package/python-esptool > Alphabetic ordering + final /. > > >> diff --git a/package/python-esptool/Config.in b/package/python-esptool/Config.in >> new file mode 100644 >> index 0000000000..10066797a7 >> --- /dev/null >> +++ b/package/python-esptool/Config.in >> @@ -0,0 +1,10 @@ >> +config BR2_PACKAGE_PYTHON_ESPTOOL >> + bool "python-esptool" >> + select BR2_PACKAGE_PYTHON_SERIAL # runtime >> + select BR2_PACKAGE_PYTHON_PYAES # runtime >> + select BR2_PACKAGE_PYTHON_ECDSA # runtime > Alphabetic ordering. This and > >> +PYTHON_ESPTOOL_LICENSE = GNU General Public License v2 or later (GPLv2+) > The proper way to describe this is just: > > PYTHON_ESPTOOL_LICENSE = GPL-2.0+ this was created using scanpypi script so do you think we should fix that script or adjust that manually as you did? Best Bartek > > Applied to next with those different issues fixed. Thanks! > > Thomas