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