From: Jeffery To Date: Wed, 1 Mar 2023 08:48:10 +0000 (+0800) Subject: python-astral: Remove BROKEN X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=628202d269f9cef99084380418c77972510a753a;p=feed%2Fpackages.git python-astral: Remove BROKEN With proper support for pyproject.toml-based builds in place, this package will now build. Signed-off-by: Jeffery To --- diff --git a/lang/python/python-astral/Makefile b/lang/python/python-astral/Makefile index 0218af7afa..9d24576ccb 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