From 836b67db90e211d90722d53ae8e73ae7874ee3dd Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 9 Jun 2020 16:30:37 +0800 Subject: 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 --- lang/python/python-cached-property/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/python/python-cached-property') diff --git a/lang/python/python-cached-property/Makefile b/lang/python/python-cached-property/Makefile index 447b4054c..cbe83de5c 100644 --- a/lang/python/python-cached-property/Makefile +++ b/lang/python/python-cached-property/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cached-property PKG_VERSION:=1.5.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PYPI_NAME:=cached-property PKG_HASH:=9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504 @@ -24,7 +24,6 @@ define Package/python3-cached-property TITLE:=A decorator for caching properties in classes URL:=https://github.com/pydanny/cached-property DEPENDS:=+python3-light - VARIANT:=python3 endef define Package/python3-cached-property/description -- cgit v1.2.3