diff options
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3ddae293..e7993d53 100644 --- a/debian/control +++ b/debian/control @@ -62,8 +62,8 @@ Section: doc Architecture: all Multi-Arch: foreign Homepage: http://dpdk.org/doc/guides/index.html -Depends: libjs-jquery, libjs-underscore, python, ${misc:Depends}, ${python3:Depends} -Recommends: python3, ${python3:Recommends} +Depends: libjs-jquery, libjs-underscore, python3, ${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 in user-space and communicate directly with dedicated network interfaces. |