From 41bbc2d71d8eaaef12f41a0200cd691646bce568 Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Wed, 19 Oct 2016 16:47:58 +0100 Subject: Fix several implicitly transitive build-dependencies in devel-system. Chunks in strata should declare all build-depends of their sibling chunks explicitly, so that the build tool does not need to overcompensate by bringing them in transitively. These were discovered using a baserock V10 version of ybd and then backported. --- strata/openstack-common.morph | 1 + 1 file changed, 1 insertion(+) (limited to 'strata/openstack-common.morph') diff --git a/strata/openstack-common.morph b/strata/openstack-common.morph index 91ea24eb..378ae880 100644 --- a/strata/openstack-common.morph +++ b/strata/openstack-common.morph @@ -51,6 +51,7 @@ chunks: unpetrify-ref: 1.3.2 build-system: python-distutils build-depends: + - pycparser - pyasn1 - enum34 - cffi -- cgit v1.2.1