mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
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>
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-jsonschema
|
||||
PKG_VERSION:=3.2.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PYPI_NAME:=jsonschema
|
||||
PKG_HASH:=c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
|
||||
@@ -25,7 +25,6 @@ define Package/python3-jsonschema
|
||||
URL:=https://github.com/Julian/jsonschema
|
||||
DEPENDS:=+python3-light +python3-attrs +python3-urllib \
|
||||
+python3-six +python3-pyrsistent +python3-setuptools
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python3-jsonschema/description
|
||||
|
||||
Reference in New Issue
Block a user