libselinux: workaround python-pip lack of for libselinux.

This commit is contained in:
Ark74 2025-05-29 10:39:27 -06:00
parent 04e1e63723
commit 660a4ac801
2 changed files with 17 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org>
# Copyright (C) 2025 Luis Guzmán <ark@switnet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -29,6 +29,9 @@ VERSION=1
NETINST=true
. ./config
# fix dependency on python3-pip for a simple install
sed -i '/python3-pip/d' debian/control
apply_patch_changes
changelog "Fetch and build as udeb dependency for debian-installer."
package