docker-compose: remove python3-websocket-client dependency
authorMichal Vasilek <michal.vasilek@nic.cz>
Fri, 10 Sep 2021 14:55:31 +0000 (16:55 +0200)
committerRosen Penev <rosenp@gmail.com>
Fri, 10 Sep 2021 20:12:14 +0000 (13:12 -0700)
They don't use python3-websocket-client since 2014, but they still list it in
dependencies: https://github.com/docker/compose/issues/8455

The dependency is still pulled in through python3-docker

* switch to AUTORELEASE

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
utils/docker-compose/Makefile

index 82bdbe9394a7028cad9a67c693965928446586e2..896900067cf2345de816cc1b52e2ae326b1f4845 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=docker-compose
 PKG_VERSION:=1.29.2
-PKG_RELEASE:=1
+PKG_RELEASE:=$(AUTORELEASE)
 
 PYPI_NAME:=docker-compose
 PKG_HASH:=4c8cd9d21d237412793d18bd33110049ee9af8dab3fe2c213bbd0733959b09b7
@@ -37,7 +37,6 @@ define Package/docker-compose
       +python3-pkg-resources \
       +python3-requests \
       +python3-texttable \
-      +python3-websocket-client \
       +python3-yaml
 endef