mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 18:54:30 +04:00
python-packages: Clean up build variables
* Rename PYTHON3_PKG_SETUP_VARS to PYTHON3_PKG_BUILD_VARS, and PYTHON3_PKG_SETUP_DIR to PYTHON3_PKG_BUILD_PATH The new variable names emphasize that these values apply to the new build process. * Remove PYTHON3_PKG_SETUP_ARGS set to the empty string These were set to override the default arguments in the old build process and not applicable to the new build process. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python3-pyroute2
|
||||
PKG_VERSION:=0.5.16
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PYPI_NAME:=pyroute2
|
||||
PKG_HASH:=fe681a2d008cac815b9f287250d69a333fbfc2b2d89c37d58798104057149989
|
||||
@@ -43,8 +43,6 @@ define Package/python3-pyroute2/description
|
||||
but now it supports many netlink protocols.
|
||||
endef
|
||||
|
||||
PYTHON3_PKG_SETUP_ARGS:=
|
||||
|
||||
$(eval $(call Py3Package,python3-pyroute2))
|
||||
$(eval $(call BuildPackage,python3-pyroute2))
|
||||
$(eval $(call BuildPackage,python3-pyroute2-src))
|
||||
|
||||
Reference in New Issue
Block a user