[PKG-Openstack-devel] Bug#867445: python3-os-api-ref: missing python3 dependency

Adrian Bunk bunk at debian.org
Thu Jul 6 16:59:22 UTC 2017


Package: python3-os-api-ref
Version: 0.3.0+dfsg1-3
Severity: important
Tags: patch

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

Fix:

--- debian/control.old	2017-07-06 16:55:15.000000000 +0000
+++ debian/control	2017-07-06 16:55:26.000000000 +0000
@@ -67,7 +67,7 @@
          python3-sphinx,
          python3-yaml,
          ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
 Description: Sphinx Extensions to support API reference sites in OpenStack - Python 3.x
  This project is a collection of sphinx stanzas that assist in building an API
  Reference site for an OpenStack project in RST. RST is great for unstructured



More information about the Openstack-devel mailing list