Skip to content

Commit

Permalink
Fix deb/rpm packages: missing build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-gutowski committed Mar 7, 2024
1 parent 73b9b55 commit 2c06ee3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .copr/openvpn3-indicator.spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
BUILDREQUIRES = ' '.join(sorted([
'desktop-file-utils',
'make',
'python3',
'sed',
'zip',
]))
REQUIRES = ' '.join(sorted([
'openvpn3-client',
Expand Down
5 changes: 3 additions & 2 deletions .launchpad/openvpn3-indicator.control.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@
BUILDARCH = 'noarch'
COMPAT = '10'
BUILDREQUIRES = [
f'debhelper (>= {COMPAT})',
'desktop-file-utils',
'make',
'sed',
'python3',
f'debhelper (>= {COMPAT})',
'sed',
'zip',
]
REQUIRES = [
'openvpn3',
Expand Down

0 comments on commit 2c06ee3

Please sign in to comment.