Skip to content

Commit dd65a93

Browse files
authored
Remove setpriv from dependencies (bugfix) (#2310)
Remove setpriv from dependencies setpriv deosn't exist anymore, it is in utils-linux which is in every base but core and core18
1 parent d0f126c commit dd65a93

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

checkbox-core-snap/series20/snap/snapcraft.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ parts:
206206
- zlib1g-dev
207207
- build-essential
208208
stage-packages:
209-
- setpriv # used to downgrade AmbientCapabilities of systemd-based runner
210209
- python3-markupsafe
211210
- python3-jinja2
212211
- python3-packaging

checkbox-core-snap/series22/snap/snapcraft.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ parts:
213213
- zlib1g-dev
214214
- build-essential
215215
stage-packages:
216-
- setpriv # used to downgrade AmbientCapabilities of systemd-based runner
217216
- python3-markupsafe
218217
- python3-jinja2
219218
- python3-packaging

checkbox-core-snap/series24/snap/snapcraft.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ parts:
154154
source: checkbox-support
155155
source-type: local
156156
stage-packages:
157-
- setpriv # used to downgrade AmbientCapabilities of systemd-based runner
158157
# actual requirements
159158
- python3-bluez
160159
- python3-pyparsing

0 commit comments

Comments
 (0)