2023-04-13 22:56:19 +02:00
|
|
|
# This is a blacklist file. Any packages listed here won't be
|
|
|
|
# upgraded, removed, or installed by slpkg.
|
|
|
|
|
2024-03-17 17:22:22 +01:00
|
|
|
# Warning: Ignoring packages from being building, installing or upgraded
|
|
|
|
# might break the proceeded sometimes. Please be cautious! Don't do this
|
|
|
|
# unless it is absolutely necessary.
|
2023-04-12 22:15:19 +02:00
|
|
|
|
2024-03-17 17:22:22 +01:00
|
|
|
# You can add packages using regular expressions.
|
|
|
|
# Example to blacklist all python2 packages:
|
|
|
|
# "python2"
|
|
|
|
|
|
|
|
# To blacklist only one package using regex pattern:
|
|
|
|
# "^package_name$"
|
|
|
|
|
|
|
|
# Example: PACKAGES = ["python2", "^python3-build$"].
|
2023-04-12 22:15:19 +02:00
|
|
|
|
|
|
|
PACKAGES = []
|