Merge pull request #12461 from jefferyto/python-package-variants

python-packages: Remove variants
This commit is contained in:
Rosen Penev
2020-06-15 00:15:16 -07:00
committed by GitHub
12 changed files with 12 additions and 24 deletions
+1 -2
View File
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=docker-compose
PKG_VERSION:=1.26.0
PKG_RELEASE:=2
PKG_RELEASE:=3
PYPI_NAME:=docker-compose
PKG_HASH:=7e836102d139aca667d6af53f0f4d942c9459ec24d6dd4f0203d74359b0fd311
@@ -41,7 +41,6 @@ define Package/docker-compose
+python3-texttable \
+python3-websocket-client \
+python3-yaml
VARIANT:=python3
endef
define Package/docker-compose/description