Skip to content

Commit

Permalink
Fix pyqt/sip4 compatibility issue
Browse files Browse the repository at this point in the history
By replacing `sip4` and `ros2-pyqt5-sip-compat` deps with `python-pyqt5-sip4`
as suggested in issue m2-farzan#9.
  • Loading branch information
ruffson committed Jan 23, 2023
1 parent 75e3d62 commit 1428897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ arch=('any')
license=('Apache')
depends=(
'ros2-arch-deps'
'ros2-pyqt5-sip-compat'
'python-pyqt5-sip4'
'assimp'
'gmock'
'sip4'
)
source=(
"ros2::git+https://github.com/ros2/ros2#tag=release-galactic-20210716"
Expand Down

0 comments on commit 1428897

Please sign in to comment.