diff --git a/lang/python/python-astral/Makefile b/lang/python/python-astral/Makefile index 5f009fce1..0218af7af 100644 --- a/lang/python/python-astral/Makefile +++ b/lang/python/python-astral/Makefile @@ -8,16 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-astral -PKG_VERSION:=2.2 +PKG_VERSION:=3.2 PKG_RELEASE:=1 PYPI_NAME:=astral -PKG_HASH:=e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe +PKG_HASH:=9b7c3b412e9e69d172cfb24be0e6addcc9f1bd01a28db8bebe66d75ccc533d88 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Josef Schlehofer +PKG_BUILD_DEPENDS:=python-poetry-core/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk @@ -30,7 +32,7 @@ define Package/python3-astral URL:=https://github.com/sffjunkie/astral DEPENDS+= \ +python3-light \ - +python3-pytz + @BROKEN endef define Package/python3-astral/description