mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
python3-libsemanage: Update to 3.5, rename source/target package
* Rename: * Source package from python3-libsemanage to python-semanage * Target package from python3-libsemanage to python3-semanage * Update dependents with new target package name * Update package title, license files, and dependencies * Remove Build/InstallDev (files not used by any other package) * Use Py3Package to build Python bytecode and source packages Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=selinux-python
|
||||
PKG_VERSION:=3.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION)
|
||||
@@ -93,7 +93,7 @@ endef
|
||||
define Package/selinux-semanage
|
||||
$(call Package/selinux-python/Default)
|
||||
TITLE:=selinux-semanage
|
||||
DEPENDS+=+python3-sepolicy +python3-libsemanage +setools
|
||||
DEPENDS+=+python3-sepolicy +python3-semanage +setools
|
||||
endef
|
||||
|
||||
define Package/selinux-semanage/description
|
||||
|
||||
Reference in New Issue
Block a user