diff --git a/lang/python/python-dotenv/Makefile b/lang/python/python-dotenv/Makefile index 66a165a69..e8ef61b1b 100644 --- a/lang/python/python-dotenv/Makefile +++ b/lang/python/python-dotenv/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dotenv -PKG_VERSION:=0.20.0 +PKG_VERSION:=0.21.0 PKG_RELEASE:=1 PYPI_NAME:=python-dotenv -PKG_HASH:=b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f +PKG_HASH:=b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=BSD-3-Clause @@ -21,7 +21,7 @@ define Package/python3-dotenv SUBMENU:=Python TITLE:=Add .env support to your django/flask apps in development and deployments URL:=http://github.com/theskumar/python-dotenv - DEPENDS:=+python3-light +python3-logging + DEPENDS:=+python3-click +python3-light +python3-logging endef define Package/python3-dotenv/description