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-distro
PKG_VERSION:=1.5.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=distro
PKG_HASH:=0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92
@@ -21,7 +21,7 @@ define Package/python3-distro
SUBMENU:=Python
TITLE:=Distro - an OS platform information API
URL:=https://github.com/nir0s/distro
DEPENDS:=+python3-light
DEPENDS:=+python3-light +python3-logging
VARIANT:=python3
endef