From mboxrd@z Thu Jan 1 00:00:00 1970 From: Esben Haabendal Date: Tue, 17 Sep 2019 10:46:52 +0200 Subject: [Buildroot] [PATCH v2 1/2] package/python-kiwisolver: new package In-Reply-To: <87y2yo40y7.fsf@geanix.com> (Esben Haabendal's message of "Mon, 16 Sep 2019 19:15:28 +0200") References: <20190916121350.2796-1-esben@geanix.com> <20190916133105.8437-1-esben@geanix.com> <87y2yo40y7.fsf@geanix.com> Message-ID: <871rwfe2df.fsf@geanix.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Esben Haabendal writes: > Yegor Yefremov writes: > >>> diff --git a/package/python-kiwisolver/Config.in b/package/python-kiwisolver/Config.in >>> new file mode 100644 >>> index 000000000000..d3ce857bac2f >>> --- /dev/null >>> +++ b/package/python-kiwisolver/Config.in >>> @@ -0,0 +1,17 @@ >>> +config BR2_PACKAGE_PYTHON_KIWISOLVER >>> + bool "python-kiwisolver" >>> + depends on BR2_INSTALL_LIBSTDCPP >>> + depends on BR2_PACKAGE_PYTHON3 >> >> Basically the patch looks good. But setup.py says both Py2 and Py3 are >> supported. > > I will try and see if it builds for python 2 also. It builds with Python 2 just fine. I will send a new version with support for Python 2 added. >> Other than that you can add my >> >> Reviewed-by: Yegor Yefremov >> >> for the next version. >> >> Yegor > > /Esben > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot