aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2018-01-05 17:40:25 +0000
committerLuca Boccassi <luca.boccassi@gmail.com>2018-01-05 17:40:25 +0000
commit3e9129b490b122503a5c44a641ac3d604e7a2cce (patch)
tree4a55e050382785fee9b8c6e961da2c7dd91fd4e5
parent83409dcfd3cfe4ae1321bb7150cc92bb7b8eb630 (diff)
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 <luca.boccassi@gmail.com>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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