From baddc885b17b221b07f713a10590989e0d9aa821 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Mon, 30 Mar 2015 16:17:46 +0000 Subject: add tempest depends to openstack-service.morph --- strata/openstack-services.morph | 35 +++++++++++++++++++++++++++++++++ strata/openstack-services/subunit.morph | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/strata/openstack-services.morph b/strata/openstack-services.morph index 74c5d1c4..c01de179 100644 --- a/strata/openstack-services.morph +++ b/strata/openstack-services.morph @@ -25,6 +25,14 @@ chunks: ref: 62d732277de5cf663172eafe6d3a6c149a9cf814 unpetrify-ref: master build-depends: [] +- name: check + repo: upstream:check + ref: 8c872aca6675e95fa47e7514e28fbdf25fce6170 + unpetrify-ref: 0.9.8 +- name: cppunit + repo: upstream:cppunit + ref: 8133cf2b977f013216f0a41b6fcb740410d83926 + unpetrify-ref: 1.13.2 - name: webob repo: upstream:python-packages/webob ref: ae0ac90f22f9e1ff351e445f92330efd89195f51 @@ -315,6 +323,8 @@ chunks: build-depends: - extras - testtools + - check + - cppunit - name: testrepository repo: upstream:python-packages/testrepository ref: 6419a3dcaabaf09eaf438c6d8d85c90eba7a2b91 @@ -834,3 +844,28 @@ chunks: ref: fc00821eba469641c6c94706726c3d78e46460a2 unpetrify-ref: v0.5.1 build-depends: [] +- name: oauth + repo: upstream:python-packages/oauthlib + ref: fd239fca84644896b1971cf24bc6213d065adb86 + unpetrify-ref: 0.072 +- name: pyserial + repo: upstream:python-packages/pyserial + ref: bcfc1ec2fdb9a8c9c867481d7673e85fe512e667 + unpetrify-ref: release2_7 +- name: testresources + repo: upstream:python-packages/testresources + ref: ef938bcce0e436f9e9ffef932a898dc248a1d6ea + unpetrify-ref: 0.2.7 + build-depends: + - testtools + - fixtures + - check + - cppunit +- name: mox3 + repo: upstream:python-packages/pymox + ref: 444fa40f4edb529efbffa2da8dbd97e9b8564b5c + unpetrify-ref: master +- name: mocker + repo: upstream:python-packages/mocker + ref: f7f87e4ac1c52342162cf2035f5fe3d273f8b07f + unpetrify-ref: master diff --git a/strata/openstack-services/subunit.morph b/strata/openstack-services/subunit.morph index a93decc1..b7b43a39 100644 --- a/strata/openstack-services/subunit.morph +++ b/strata/openstack-services/subunit.morph @@ -1,3 +1,3 @@ name: python-subunit kind: chunk -build-system: python-distutils +build-system: autotools -- cgit v1.2.1