diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-06-09 16:30:37 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-06-14 03:29:59 +0800 |
commit | 836b67db90e211d90722d53ae8e73ae7874ee3dd (patch) | |
tree | e8a1a54e98c4e4f5329f6b20e94bd17b32c4104c /lang/python/python-dockerpty | |
parent | 435e5077f817bd0d506282007c545c67a0586570 (diff) |
python-packages: Remove variants
These packages were in the PR stage when the cleanup occurred and so
still had VARIANT:=python3.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-dockerpty')
-rw-r--r-- | lang/python/python-dockerpty/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python/python-dockerpty/Makefile b/lang/python/python-dockerpty/Makefile index f27143425..662e4c552 100644 --- a/lang/python/python-dockerpty/Makefile +++ b/lang/python/python-dockerpty/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dockerpty PKG_VERSION:=0.4.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PYPI_NAME:=dockerpty PKG_HASH:=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce @@ -24,7 +24,6 @@ define Package/python3-dockerpty TITLE:=Python library to use the pseudo-tty of a docker container URL:=https://github.com/d11wtq/dockerpty DEPENDS:=+python3-light +python3-openssl +python3-six - VARIANT:=python3 endef define Package/python3-dockerpty/description |