summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Marano <zmarano@google.com>2019-06-17 09:58:56 -0700
committerGitHub <noreply@github.com>2019-06-17 09:58:56 -0700
commit96e4592dec774793be77f6b6b95cc00e86f8fbbb (patch)
treea3859eb95d36c2ec54ee5d9202904fa6c5af39c9
parentaaea64d8d135df44fca9f98c620d53f4a660858b (diff)
downloadgoogle-compute-image-packages-96e4592dec774793be77f6b6b95cc00e86f8fbbb.tar.gz
Fix debian python3 dependencies. (#795)
-rw-r--r--packages/python-google-compute-engine/packaging/debian/control20
1 files changed, 7 insertions, 13 deletions
diff --git a/packages/python-google-compute-engine/packaging/debian/control b/packages/python-google-compute-engine/packaging/debian/control
index 646f067..d6491d0 100644
--- a/packages/python-google-compute-engine/packaging/debian/control
+++ b/packages/python-google-compute-engine/packaging/debian/control
@@ -5,14 +5,14 @@ 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-setuptools,
- python-pytest,
+ python3-distro,
python3-pytest,
- python-mock,
- python-boto,
- python3-distro
+ python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/GoogleCloudPlatform/compute-image-packages
@@ -31,14 +31,8 @@ Description: Google Compute Engine python library for Python 2.x.
Package: python3-google-compute-engine
Section: python
Architecture: all
-Depends: ${misc:Depends},
- python3-distro | python3-distro-info,
- python3-pkg-resources,
- python3:any
-Conflicts: google-compute-engine-jessie,
- google-compute-engine-stretch,
- google-compute-daemon,
- google-startup-scripts
+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.