Skip to content

Commit

Permalink
libepoxy: fix env: can't execute 'python3': No such file or directory (
Browse files Browse the repository at this point in the history
…#30778)

Post submit build is failing, libepoxy requires python3

Signed-off-by: James Rawlings <[email protected]>
  • Loading branch information
rawlingsj authored Oct 15, 2024
1 parent a0205ff commit 62c2d8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libepoxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: libepoxy
version: 1.5.10
epoch: 2
epoch: 3
description: Direct Rendering Manager runtime library
copyright:
- license: MIT
Expand All @@ -18,6 +18,7 @@ environment:
- libx11-dev
- mesa-dev
- meson
- python3

pipeline:
- uses: git-checkout
Expand Down

0 comments on commit 62c2d8c

Please sign in to comment.