summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-24 18:28:46 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-24 18:28:46 +0300
commit3b9956677e8b1e97998bcc4a5b4b95031a15a587 (patch)
tree55f10f9cdbd3c2b1e7c97b8a6b281a5388309dc6 /debian
parent009ef3f0ca4c61ed7a583421f49a89792fd0e106 (diff)
downloadick2-3b9956677e8b1e97998bcc4a5b4b95031a15a587.tar.gz
Add: Debian build-dep on pycodestyle, pylint3
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4cac207..4dd902d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ick2 (0.2.1+git-1) UNRELEASED; urgency=medium
* New upstream version.
* Add runtime and build dependency on python-clipp.
+ * Add build dep on pycodestyle, pylint3.
-- Lars Wirzenius <liw@liw.fi> Sat, 01 Apr 2017 20:09:03 +0300
diff --git a/debian/control b/debian/control
index 6791620..b7fdddb 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 9~),
python3-coverage-test-runner,
python3-apifw,
python3-slog,
+ pycodestyle,
+ pylint3,
gunicorn3,
python3-yaml