mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
python-packages: Clean up Makefiles
This removes: * Python 3 variants (VARIANT:=python3) * "for Python3" from package titles * Package selection condition from package dependencies, e.g. +PACKAGE_python3-six:python3-light replaced with +python3-light * "Default" package information sections, e.g. Package/python-six/Default removed and package details merged into Package/python3-six * "(Variant for Python3)" from package descriptions Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=Flask
|
||||
PKG_VERSION:=1.1.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52
|
||||
@@ -30,7 +30,6 @@ define Package/python3-flask
|
||||
+python3-itsdangerous +python3-jinja2 +python3 +python3-logging \
|
||||
+python3-markupsafe +python3-multiprocessing +python3-setuptools \
|
||||
+python3-werkzeug
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python3-flask/description
|
||||
|
||||
Reference in New Issue
Block a user