From c5224c74d1e70bd601a77a38a9bb25af0918d62b Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 1 Mar 2023 16:48:10 +0800 Subject: [PATCH] python-astral: Remove BROKEN With proper support for pyproject.toml-based builds in place, this package will now build. Signed-off-by: Jeffery To (cherry picked from commit 628202d269f9cef99084380418c77972510a753a) --- lang/python/python-astral/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/python/python-astral/Makefile b/lang/python/python-astral/Makefile index c012c7b31a..cbabdea89c 100644 --- a/lang/python/python-astral/Makefile +++ b/lang/python/python-astral/Makefile @@ -31,8 +31,7 @@ define Package/python3-astral TITLE:=Calculations for the position of the sun and moon URL:=https://github.com/sffjunkie/astral DEPENDS+= \ - +python3-light \ - @BROKEN + +python3-light endef define Package/python3-astral/description -- 2.30.2