mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
treewide: Remove Python variants for non-Python packages
This removes Python-related build variants, and adds PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate), for non-Python packages. There should be no changes to build output. This also updates some include paths for python3-package.mk and/or python3-host.mk to be relative to the package Makefile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bigclown-mqtt2influxdb
|
||||
PKG_VERSION:=1.3.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PYPI_NAME:=mqtt2influxdb
|
||||
PKG_HASH:=1b4b3b13f5b2f092bcd27846d94e91ad6f05141b2daea5167a7d58b09a782639
|
||||
@@ -31,7 +31,6 @@ define Package/bigclown-mqtt2influxdb
|
||||
+python3-influxdb \
|
||||
+python3-jsonpath-ng \
|
||||
+python3-schema
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Py3Package/bigclown-mqtt2influxdb/install
|
||||
|
||||
Reference in New Issue
Block a user