From 86890bf436ced6040b1d3dc54e852120b647e8fd Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Tue, 24 Oct 2023 04:44:49 +0300 Subject: [PATCH] Update resolvelib package --- feed/resolvelib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feed/resolvelib/Makefile b/feed/resolvelib/Makefile index 6533d3b..22084eb 100644 --- a/feed/resolvelib/Makefile +++ b/feed/resolvelib/Makefile @@ -6,14 +6,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=resolvelib PKG_VERSION:=0.9.0 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=2 PYPI_NAME:=$(PKG_NAME) PKG_HASH:=40ab05117c3281b1b160105e10075094c5ab118315003c922b77673a365290e1 PKG_MAINTAINER:=Lee Miller PKG_LICENSE:=ISC -HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=setuptools-scm toml +PKG_BUILD_DEPENDS:=python-setuptools-scm/host python-toml/host include $(TOPDIR)/feeds/packages/lang/python/pypi.mk include $(INCLUDE_DIR)/package.mk