Merge ~sylvain-pineau/checkbox-ng:avocado_allergy into checkbox-ng:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 4cc527e005c583ed22d64acde6c303929399dbd2
Merged at revision: 7b9427b10951eb5a2d6e09983aca55fa27c29466
Proposed branch: ~sylvain-pineau/checkbox-ng:avocado_allergy
Merge into: checkbox-ng:master
Diff against target: 37 lines (+1/-4)
3 files modified
HACKING.md (+1/-2)
requirements/deb-core.txt (+0/-1)
setup.py (+0/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+376118@code.launchpad.net

Description of the change

avocado allergy

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/HACKING.md b/HACKING.md
2index 9facace..4d639f4 100644
3--- a/HACKING.md
4+++ b/HACKING.md
5@@ -3,8 +3,7 @@
6
7 To install all dependencies run:
8
9- sudo apt install -yq build-essential intltool lsb-release policykit-1 python3-virtualenv virtualenv python3 python3-distutils-extra python3-guacamole python3-jinja2 python3-padme python3-pkg-resources python3-setuptools python3-xlsxwriter python3-pip
10- sudo pip3 install pycrypto
11+ 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
12
13 ## Creating venv
14
15diff --git a/requirements/deb-core.txt b/requirements/deb-core.txt
16index 72c9f82..f4fcdc4 100644
17--- a/requirements/deb-core.txt
18+++ b/requirements/deb-core.txt
19@@ -1,6 +1,5 @@
20 policykit-1
21 python3-crypto
22-python3-guacamole
23 python3-jinja2
24 python3-padme
25 python3-urwid
26diff --git a/setup.py b/setup.py
27index ff58236..aa3de34 100755
28--- a/setup.py
29+++ b/setup.py
30@@ -45,7 +45,6 @@ if on_rtd:
31 install_requires = []
32 else:
33 install_requires = [
34- 'guacamole >= 0.9',
35 'requests >= 1.0',
36 'urwid >= 1.1.1',
37 'Jinja2 >= 2.7',

Subscribers

People subscribed via source and target branches