From 3e9129b490b122503a5c44a641ac3d604e7a2cce Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 5 Jan 2018 17:40:25 +0000 Subject: [PATCH] dpdk-doc: depend on python3:any to fix multiarch warning The package ships arch-independent scripts so it can work with any architecture of the python interpreter Change-Id: I03b2e33d4b535bb345949ce9ccf3acb12fef50d0 Signed-off-by: Luca Boccassi --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e7993d53..657e4282 100644 --- a/debian/control +++ b/debian/control @@ -62,7 +62,7 @@ Section: doc Architecture: all Multi-Arch: foreign Homepage: http://dpdk.org/doc/guides/index.html -Depends: libjs-jquery, libjs-underscore, python3, ${misc:Depends}, ${python3:Depends} +Depends: libjs-jquery, libjs-underscore, python3:any, ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Description: Data Plane Development Kit (documentation) DPDK is a set of libraries for fast packet processing. Applications run -- 2.16.6