diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-01 09:35:11 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-01 09:35:11 -0700 |
commit | dbd0483dce3b68687b2df8f218780ec75242d9f8 (patch) | |
tree | 016b888e2b7953ea21d05f03545ee0eb48790ed9 | |
parent | 1fcd3a392ce2ee19a5c3ec1aee117843aad97d59 (diff) |
Fix requirements.yaml header
Missing yaml header added.
Change-Id: Id7ab80d928f89544d25204489eafbcbf78b94d52
Issue-ID: CIMAN-250
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | requirements.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.yaml b/requirements.yaml index 24f69b2..0eb2e72 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +--- dependencies: - name: common version: ~4.x-0 |