From 66d29ddf531059aa0ae9e1f2c528e905d3f7168b Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Mon, 3 Oct 2022 10:16:03 +0200 Subject: [PATCH] package/python-remi: add license file and license hash Since the release 2021.3.2, a LICENSE file is shipped with the archive from pypi.org. Signed-off-by: Gwenhael Goavec-Merou Signed-off-by: Thomas Petazzoni --- package/python-remi/python-remi.hash | 2 ++ package/python-remi/python-remi.mk | 1 + 2 files changed, 3 insertions(+) diff --git a/package/python-remi/python-remi.hash b/package/python-remi/python-remi.hash index 82234bbe98..e7937c3914 100644 --- a/package/python-remi/python-remi.hash +++ b/package/python-remi/python-remi.hash @@ -1,2 +1,4 @@ # sha256 from https://pypi.org/pypi/remi/json sha256 542df88e174bbd58fe763c49e5c2116f2c8413c1a934731069ed8c17bb9cd64c remi-2022.7.27.tar.gz +# Locally computed sha256 +sha256 3df7d3ad8904d7e99fc0810366483a7cbe5a43c13f7f913f1d7e5023f2ff7657 LICENSE diff --git a/package/python-remi/python-remi.mk b/package/python-remi/python-remi.mk index 7e43c09b00..419a3441a7 100644 --- a/package/python-remi/python-remi.mk +++ b/package/python-remi/python-remi.mk @@ -9,6 +9,7 @@ PYTHON_REMI_SOURCE = remi-$(PYTHON_REMI_VERSION).tar.gz PYTHON_REMI_SITE = https://files.pythonhosted.org/packages/b7/5c/fca9d9273fc9d5f4ca0bc2f387ca19f8ba9979dcb75617d094e575dc2337 PYTHON_REMI_LICENSE = Apache-2.0 +PYTHON_REMI_LICENSE_FILES = LICENSE PYTHON_REMI_SETUP_TYPE = setuptools $(eval $(python-package))