From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Wed, 28 Aug 2019 15:58:10 +0200 Message-Id: <20190828135811.5680-3-rhi@pengutronix.de> In-Reply-To: <20190828135811.5680-1-rhi@pengutronix.de> References: <20190828135811.5680-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 3/4] host-python-setuptools: version bump 17.0 -> 41.2.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber , Niklas Reisser python-pyro (which we will package in the next commit) needs a newer setuptools version. Based on a patch by Niklas Reisser. Cc: Niklas Reisser Signed-off-by: Roland Hieber --- rules/host-python-setuptools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-python-setuptools.make b/rules/host-python-setuptools.make index 02a1c959eb13..0596d4f1ffba 100644 --- a/rules/host-python-setuptools.make +++ b/rules/host-python-setuptools.make @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_PYTHON_SETUPTOOLS) += host-python-setuptools # # Paths and names # -HOST_PYTHON_SETUPTOOLS_VERSION := 17.0 -HOST_PYTHON_SETUPTOOLS_MD5 := a661715d164163ec7a01a9277a6d49da +HOST_PYTHON_SETUPTOOLS_VERSION := 41.2.0 +HOST_PYTHON_SETUPTOOLS_MD5 := a3470ce184da33f0fa6c9f44f6221bc0 HOST_PYTHON_SETUPTOOLS := python-setuptools-$(HOST_PYTHON_SETUPTOOLS_VERSION) HOST_PYTHON_SETUPTOOLS_SUFFIX := zip HOST_PYTHON_SETUPTOOLS_URL := https://pypi.python.org/packages/source/s/setuptools/setuptools-$(HOST_PYTHON_SETUPTOOLS_VERSION).$(HOST_PYTHON_SETUPTOOLS_SUFFIX) -- 2.23.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de