Skip to content

Commit

Permalink
py3-glpk - fix FTBFS
Browse files Browse the repository at this point in the history
As seen wolfi-dev#26522, this was FTBFS.
It broke with gcc-14.
  • Loading branch information
smoser committed Aug 29, 2024
1 parent 5892bed commit 54f5101
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions py3-glpk.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
package:
name: py3-glpk
version: 0.4.7
epoch: 2
epoch: 3
description: PyGLPK, a Python module encapsulating GLPK.
copyright:
- license: GPL-3.0-or-later
dependencies:
runtime:
- python3

environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- gcc~13
- glpk
- openssf-compiler-options
- py3-setuptools
- py3-setuptools-scm
- python3
Expand Down

0 comments on commit 54f5101

Please sign in to comment.