Skip to content

Commit

Permalink
Merge pull request #47 from kepstin/amazonlinux2
Browse files Browse the repository at this point in the history
Fix amazonlinux:2 package build
  • Loading branch information
kepstin authored Oct 3, 2023
2 parents c1673e9 + 5bf80aa commit 5170709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Build and install package to image directory
run: |
python3.8 -m venv bbb-presentation-video-image/opt/bbb-presentation-video
bbb-presentation-video-image/opt/bbb-presentation-video/bin/python -m pip install ./bbb-presentation-video
bbb-presentation-video-image/opt/bbb-presentation-video/bin/python -m pip install ./bbb-presentation-video -c ./bbb-presentation-video/constraints-amazonlinux-2.txt
virtualenv-tools --update-path /opt/bbb-presentation-video bbb-presentation-video-image/opt/bbb-presentation-video
mkdir -pv bbb-presentation-video-image/usr/bin
ln -sv /opt/bbb-presentation-video/bin/bbb-presentation-video bbb-presentation-video-image/usr/bin
Expand Down
1 change: 1 addition & 0 deletions constraints-amazonlinux-2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pygobject < 3.46.0

0 comments on commit 5170709

Please sign in to comment.