summaryrefslogtreecommitdiff
path: root/packages/python-google-compute-engine/packaging/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python-google-compute-engine/packaging/debian/control')
-rw-r--r--packages/python-google-compute-engine/packaging/debian/control38
1 files changed, 0 insertions, 38 deletions
diff --git a/packages/python-google-compute-engine/packaging/debian/control b/packages/python-google-compute-engine/packaging/debian/control
deleted file mode 100644
index d6491d0..0000000
--- a/packages/python-google-compute-engine/packaging/debian/control
+++ /dev/null
@@ -1,38 +0,0 @@
-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.