From 96e4592dec774793be77f6b6b95cc00e86f8fbbb Mon Sep 17 00:00:00 2001 From: Zach Marano Date: Mon, 17 Jun 2019 09:58:56 -0700 Subject: Fix debian python3 dependencies. (#795) --- .../packaging/debian/control | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'packages') 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 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. -- cgit v1.2.1