Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion checkbox-core-snap/series16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ parts:
- python3-markupsafe
- python3-jinja2
- python3-packaging
- python3-padme
- python3-requests-oauthlib
- python3-urwid
- python3-xlsxwriter
Expand Down
1 change: 0 additions & 1 deletion checkbox-core-snap/series18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ parts:
- python3-markupsafe
- python3-jinja2
- python3-packaging
- python3-padme
- python3-requests-oauthlib
- python3-urwid
- python3-xlsxwriter
Expand Down
1 change: 0 additions & 1 deletion checkbox-core-snap/series20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ parts:
- python3-markupsafe
- python3-jinja2
- python3-packaging
- python3-padme
- python3-requests-oauthlib
- python3-urwid
- python3-xlsxwriter
Expand Down
1 change: 0 additions & 1 deletion checkbox-core-snap/series22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ parts:
- python3-markupsafe
- python3-jinja2
- python3-packaging
- python3-padme
- python3-requests-oauthlib
- python3-urwid
- python3-xlsxwriter
Expand Down
1 change: 0 additions & 1 deletion checkbox-core-snap/series24/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ parts:
- python3-markupsafe
- python3-jinja2
- python3-packaging
- python3-padme
- python3-requests-oauthlib
- python3-urwid
- python3-xlsxwriter
Expand Down
2 changes: 1 addition & 1 deletion checkbox-ng/HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

To install all dependencies run:

sudo apt install -yq build-essential intltool lsb-release policykit-1 python3-virtualenv virtualenv python3 python3-distutils-extra python3-jinja2 python3-padme python3-pkg-resources python3-setuptools python3-xlsxwriter python3-pip python3-crypto python3-psutil python3-tqdm
sudo apt install -yq build-essential intltool lsb-release policykit-1 python3-virtualenv virtualenv python3 python3-distutils-extra python3-jinja2 python3-pkg-resources python3-setuptools python3-xlsxwriter python3-pip python3-crypto python3-psutil python3-tqdm

## Creating venv

Expand Down
2 changes: 0 additions & 2 deletions checkbox-ng/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Build-Depends: debhelper (>= 9),
python3-importlib-metadata | python3 (>> 3.8),
python3-jinja2,
python3-packaging,
python3-padme,
python3-pkg-resources,
python3-psutil,
python3-requests (>= 1.0),
Expand Down Expand Up @@ -48,7 +47,6 @@ Architecture: all
Depends: python3-importlib-metadata | python3 (>> 3.8),
python3-jinja2,
python3-packaging,
python3-padme,
python3-pkg-resources,
python3-psutil,
python3-requests (>= 1.0),
Expand Down
Loading