summaryrefslogtreecommitdiff
path: root/packages/python-google-compute-engine/packaging/debian/control
blob: d6491d08bc3915d8ce8387b0146ba84a9775ac1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: python-google-compute-engine
Section: admin
Priority: optional
Maintainer: Google Cloud Team <gc-team@google.com>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-boto,
               python-mock,
               python-pytest,
               python-setuptools,
               python3-all,
               python3-distro,
               python3-pytest,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/GoogleCloudPlatform/compute-image-packages

Package: python-google-compute-engine
Section: python
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Conflicts: google-compute-engine-jessie,
           google-compute-engine-stretch,
           google-compute-daemon,
           google-startup-scripts
Description: Google Compute Engine python library for Python 2.x.
  Python libraries used for interacting with Google Compute Engine instance
  metadata to provide platform integration.

Package: python3-google-compute-engine
Section: python
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
         python3-distro, python3-pkg-resources, python3:any
Description: Google Compute Engine python library for Python 3.x.
  Python libraries used for interacting with Google Compute Engine instance
  metadata to provide platform integration.