From 6f3f6c5903d79efe5ab6cb588fdb58c39159c8a0 Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Wed, 11 Oct 2017 21:48:16 +0200 Subject: [PATCH] Update INSTALL with python3-amqplib as that is needed for autopkgtest --- INSTALL | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL b/INSTALL index 4b1b199..16c74f7 100644 --- a/INSTALL +++ b/INSTALL @@ -8,3 +8,4 @@ Requirements: * Python APT/DPKG bindings aptitude install python3-apt * Python YAML library aptitude install python3-yaml * Python nose tests (testing) aptitude install python3-nose + * Python AMQP library aptitude install python3-amqplib