[PKG-Openstack-devel] Bug#867446: python3-oslo.context: missing python3 dependency

Adrian Bunk bunk at debian.org
Thu Jul 6 17:03:03 UTC 2017


Package: python3-oslo.context
Version: 2.9.0-2
Severity: important
Tags: patch

Due to a cut'n'paste error a direct python3 dependency is missing.

Fix:

--- debian/control.old	2017-07-06 17:00:16.000000000 +0000
+++ debian/control	2017-07-06 17:00:25.000000000 +0000
@@ -47,7 +47,7 @@
 Depends: python3-pbr (>= 1.8),
          python3-positional (>= 1.1.1),
          ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
 Description: WSGI context helpers for OpenStack - Python 3.x
  The Oslo context library has helpers to maintain useful information
  about a request context. The request context is usually populated



More information about the Openstack-devel mailing list