Source: pyroute2
Maintainer: MOS Neutron team <mos-neutron@mirantis.com>
Section: python
Priority: optional
Build-Depends: python-all, python3-all, debhelper (>= 9~), dh-python
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/pyroute2

Package: python-pyroute2
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python Netlink library
 Pyroute2 is a pure Python netlink and Linux network configuration
 library. It requires only Python stdlib, no 3rd party libraries.
 Later it can change, but the deps tree will remain as simple, as
 it is possible.
 .
 This is the Python 2 compatible package.

Package: python3-pyroute2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python3 Netlink library
 Pyroute2 is a pure Python netlink and Linux network configuration
 library. It requires only Python stdlib, no 3rd party libraries.
 Later it can change, but the deps tree will remain as simple, as
 it is possible.
 .
 This is the Python 3 compatible package.

