Source: python-k8sclient
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools (>= 52~),
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python-coverage,
                     python-dateutil (>= 2.4.2),
                     python-hacking (>= 0.10.0),
                     python-oslosphinx (>= 2.5.0),
                     python-oslotest (>= 1.10.0),
                     python-pbr (>= 1.8),
                     python-six (>= 1.9.0),
                     python-testscenarios,
                     python-testtools (>= 1.4.0),
                     python-urllib3 (>= 1.8.3),
                     python3-dateutil (>= 2.4.2),
                     python3-oslotest (>= 1.10.0),
                     python3-pbr (>= 1.8),
                     python3-six (>= 1.9.0),
                     python3-subunit,
                     python3-testscenarios,
                     python3-testtools (>= 1.4.0),
                     python3-urllib3 (>= 1.8.3),
                     subunit,
                     testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-k8sclient
Vcs-Git: https://git.openstack.org/openstack/deb-python-k8sclient
Homepage: http://www.openstack.org/

Package: python-k8sclient
Architecture: all
Depends: python-dateutil (>= 2.4.2),
         python-pbr (>= 1.8),
         python-six (>= 1.9.0),
         python-urllib3 (>= 1.8.3),
         ${misc:Depends},
         ${python:Depends},
Suggests: python-k8sclient-doc,
Description: Kubernetes API Python client code - Python 2.7
 K8sclient is the Kubernetes API Python client code. This code is generated by
 swagger-codegen. Kubernetes provide swagger-spec to generate client code for
 different versions.
 .
 This package contains the Python 2.7 module.

Package: python3-k8sclient
Architecture: all
Depends: python3-dateutil (>= 2.4.2),
         python3-pbr (>= 1.8),
         python3-six (>= 1.9.0),
         python3-urllib3 (>= 1.8.3),
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-k8sclient-doc,
Description: Kubernetes API Python client code - Python 3.x
 K8sclient is the Kubernetes API Python client code. This code is generated by
 swagger-codegen. Kubernetes provide swagger-spec to generate client code for
 different versions.
 .
 This package contains the Python 3.x module.

Package: python-k8sclient-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: Kubernetes API Python client code - doc
 K8sclient is the Kubernetes API Python client code. This code is generated by
 swagger-codegen. Kubernetes provide swagger-spec to generate client code for
 different versions.
 .
 This package contains the documentation.
