From 730e14da79f616db67509d8b0c675cb6d1518e63 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 30 Jun 2021 17:24:25 +0300 Subject: [PATCH] python-dateutil: pin setuptools-scm version to 5.0.2 This is known to still work with Python2. Signed-off-by: Alexandru Ardelean --- lang/python/python-dateutil/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/python/python-dateutil/Makefile b/lang/python/python-dateutil/Makefile index c90291c873..2a0d9336c0 100644 --- a/lang/python/python-dateutil/Makefile +++ b/lang/python/python-dateutil/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dateutil PKG_VERSION:=2.8.0 -PKG_RELEASE:=1 +PKG_RELEASE:=3 PKG_LICENSE:=BSD-2-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -18,6 +18,8 @@ PKG_HASH:=c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-dateutil-$(PKG_VERSION) PKG_MAINTAINER:=Alexandru Ardelean +HOST_PYTHON_PACKAGE_BUILD_DEPENDS:="setuptools-scm==5.0.2" + include $(INCLUDE_DIR)/package.mk include ../python-package.mk -- 2.30.2