diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2018-01-05 17:17:43 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2018-01-05 17:17:45 +0000 |
commit | 80450694e8ec6d55a127083d880e5014320872c9 (patch) | |
tree | 5d0f9a591b55a7702a16f7d6e7ad2cd820fa5d1e /debian | |
parent | a8c9a8f493d07b1a273aec1eea81f46d84e22761 (diff) |
dpdk-doc: depend only on python3
The examples work with both python and python3, so only depend on
python3.
Change-Id: I63635113860bf2e5dcfb39901826e6453f4b86ae
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian')
-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. |