From 16a11775e822e1c4e0903eab83eac053f16ab250 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Thu, 13 May 2021 16:43:35 +0300 Subject: [PATCH] Add python-six dependency to Build-Depends in stdeb.cfg --- stdeb.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdeb.cfg b/stdeb.cfg index 2027d18c..0d4cfbcb 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,7 +1,7 @@ [DEFAULT] Package: pybitmessage Section: net -Build-Depends: dh-python, libssl-dev, python-all-dev, python-setuptools +Build-Depends: dh-python, libssl-dev, python-all-dev, python-setuptools, python-six Depends: openssl, python-setuptools Recommends: apparmor, python-msgpack, python-qt4, python-stem, tor Suggests: python-pyopencl, python-jsonrpclib, python-defusedxml, python-qrcode