diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-03-06 22:29:15 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-04-24 16:22:03 +0800 |
commit | b1b008f42ff0a6da96b801e2eaf68be4e2f2b5bb (patch) | |
tree | a231436c11d9cbf74eda9d155b463d5595a77e37 /lang/python/python-dockerpty | |
parent | 63d13aa15f847d35d7f7473e1595de6c9d53f655 (diff) |
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>
Diffstat (limited to 'lang/python/python-dockerpty')
-rw-r--r-- | lang/python/python-dockerpty/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python/python-dockerpty/Makefile b/lang/python/python-dockerpty/Makefile index 662e4c552..8addc132c 100644 --- a/lang/python/python-dockerpty/Makefile +++ b/lang/python/python-dockerpty/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dockerpty PKG_VERSION:=0.4.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PYPI_NAME:=dockerpty PKG_HASH:=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce @@ -15,8 +15,6 @@ include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk -PYTHON3_PKG_SETUP_ARGS:= - define Package/python3-dockerpty SECTION:=lang CATEGORY:=Languages |