diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-02-25 19:49:25 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-03-31 13:06:33 +0800 |
commit | dcf551fbcf49146186302f7267fecfacebeede53 (patch) | |
tree | f4d710dd701ab6822958f8e8a1b9d2dcfed76b21 /utils/setools | |
parent | afd6f8e44524a4452927c702ab272f7248b5bb17 (diff) |
python-cython: Add new host-only package
The host build replaces the use of the host pip requirements file. This
also updates the dependants of Cython to depend on the host build.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'utils/setools')
-rw-r--r-- | utils/setools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/setools/Makefile b/utils/setools/Makefile index 8b1b2eb8b..2e6d3f915 100644 --- a/utils/setools/Makefile +++ b/utils/setools/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=setools PKG_VERSION:=4.4.0 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/SELinuxProject/setools/releases/download/$(PKG_VERSION) PKG_HASH:=f3786677e40b7f16a226f48f233dcf835e700739614a7dbed2ff61cc9607814e PKG_BUILD_DIR:=$(BUILD_DIR)/setools -HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=Cython # Cython>=0.27 +PKG_BUILD_DEPENDS:=python-cython/host # Cython>=0.27 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=GPL-2.0-or-later LGPL-2.1-or-later |