diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3938ed4..6f7eaf3 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,5 @@ export PYBUILD_NAME=swiftstory export PYBUILD_TEST_PYTEST=1 %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,sysuser --buildsystem=pybuild |