docker-compose: fix depends after merge in master and move to utils

Signed-off-by: Javier Marcet <javier@marcet.info>
This commit is contained in:
Javier Marcet
2020-06-12 11:57:42 +02:00
parent cc75765cde
commit 94dbeabaab
5 changed files with 17 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python-dotenv
PKG_VERSION:=0.13.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=python-dotenv
PKG_HASH:=3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74
@@ -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-click
DEPENDS:=+python3-light +python3-logging
VARIANT:=python3
endef