diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 7 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7c5e8b8..04158c6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,12 @@ Source: swiftstory Maintainer: Olivier Gayot <olivier.gayot@sigexec.com> Section: python Priority: optional -Build-Depends: python3-setuptools, dh-python, python3, debhelper (>= 9) +Build-Depends: python3-setuptools, + dh-python, + debhelper (>= 9), + python3-pytest, + python3-websockets, + python3 Standards-Version: 3.9.1 Package: swiftstory diff --git a/debian/rules b/debian/rules index 1c29eac..3938ed4 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ # This file was automatically generated by stdeb 0.8.2 at # Thu, 18 Aug 2016 12:48:06 +0000 export PYBUILD_NAME=swiftstory +export PYBUILD_TEST_PYTEST=1 %: dh $@ --with python3 --buildsystem=pybuild |