From 903bf6f29bb2f8826eed259d360b245ba99e938a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 8 Nov 2021 20:27:59 -0500 Subject: [PATCH] debian: Add python3-openssl to autopkgtest depends Signed-off-by: James Valleroy --- debian/tests/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 810fa0c93..0b696e5b1 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -14,4 +14,4 @@ Restrictions: needs-root # Run unit and integration tests on installed files. # Test-Command: PYTHONPATH='/usr/lib/python3/dist-packages/plinth/' py.test-3 -p no:cacheprovider --cov=plinth --cov-report=html:debci/htmlcov --cov-report=term -Depends: git, python3-pytest, python3-pytest-cov, python3-pytest-django, @ +Depends: git, python3-openssl, python3-pytest, python3-pytest-cov, python3-pytest-django, @