On Wed, Jul 07, 2021 at 03:53:06PM +0200, Roland Hieber wrote: > LICENSE.rst includes an Unlicense and a BSD-2-Clause, and refers to > additional licenses for the OCB code, which contains a restriction for > "military purposes", and is not compatible with the Open Source > Definition. > > Fixes: b8958ad388ba104527e2 (2021-07-02, "python3-pycryptodomex: new package") > Cc: Lars Pedersen <[email protected]> > Signed-off-by: Roland Hieber <[email protected]> > --- > rules/python3-pycryptodomex.make | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/rules/python3-pycryptodomex.make > b/rules/python3-pycryptodomex.make > index 59dadfbd0d29..9409bb414e88 100644 > --- a/rules/python3-pycryptodomex.make > +++ b/rules/python3-pycryptodomex.make > @@ -21,9 +21,12 @@ PYTHON3_PYCRYPTODOMEX_SUFFIX := tar.gz > PYTHON3_PYCRYPTODOMEX_URL := $(call ptx/mirror-pypi, pycryptodomex, > $(PYTHON3_PYCRYPTODOMEX).$(PYTHON3_PYCRYPTODOMEX_SUFFIX)) > PYTHON3_PYCRYPTODOMEX_SOURCE := > $(SRCDIR)/$(PYTHON3_PYCRYPTODOMEX).$(PYTHON3_PYCRYPTODOMEX_SUFFIX) > PYTHON3_PYCRYPTODOMEX_DIR := $(BUILDDIR)/$(PYTHON3_PYCRYPTODOMEX) > -PYTHON3_PYCRYPTODOMEX_LICENSE := BSD-2 > +PYTHON3_PYCRYPTODOMEX_LICENSE := Unlicense AND BSD-2-Clause and > proprietary
I think this should be 'custom' not 'proprietary'. If 'proprietary' then we assume that the code is closed source. That's not the case here. Michael > PYTHON3_PYCRYPTODOMEX_LICENSE_FILES := \ > - file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c > + file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c \ > + file://Doc/ocb/license1.pdf;md5=e33fa8dcf4d10e5c0d9a9e9291714d3d \ > + file://Doc/ocb/license2.pdf;md5=68cfc4690fbbaa0d89d3ea3abcc60b0f \ > + file://Doc/ocb/license3.pdf;md5=2124679d48d559681738985e040ae388 > > # > ---------------------------------------------------------------------------- > # Prepare > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
