Skip to content

Commit 071499f

Browse files
author
Release Manager
committed
gh-36965: Update system package info for slackware <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> @cduston44 <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [ ] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36965 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents 057bd86 + 04bdf84 commit 071499f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build/pkgs/_prereq/distros/slackware.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,16 @@ make
1313
guile
1414
gc
1515
libffi
16-
gcc-[0-9] # So that slackpkg pattern matching does not pull in all gcc-* packages
17-
gcc-11 # on slackware-current
18-
gcc-g++
19-
gcc-g++-11 # on slackware-current
16+
gcc-13
17+
gcc-g++-13
2018
# dependencies of gcc
2119
libmpc
2220
glibc
2321
kernel-headers
2422
perl
2523
m4
2624
bc
27-
python-2.7 # on slackware-14.2
28-
python3 # on slackware-current
25+
python3
2926
flex
3027
# for https upstream_url downloads
3128
ca-certificates

0 commit comments

Comments
 (0)