Adding oslo-config, debtcollector and python34-devel 87/25087/3
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>
Tue, 29 Nov 2016 10:46:33 +0000 (05:46 -0500)
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>
Tue, 29 Nov 2016 16:50:55 +0000 (17:50 +0100)
JIRA: APEX-358

Change-Id: Id73e736fb01de7ad0dd5cc3fde95b85cd7dfb735
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
build/rpm_specs/openstack-congress.spec
ci/dev_dep_check.sh

index 4a109fb..c4c04a9 100644 (file)
@@ -11,7 +11,7 @@ URL:          https://wiki.openstack.org/wiki/Congress/Installation
 Source0:       openstack-congress.tar.gz
 
 BuildArch:     noarch
-BuildRequires: python-setuptools python2-oslo-config python2-debtcollector libffi-devel python-devel openssl-devel
+BuildRequires: python-setuptools python2-oslo-config python2-debtcollector libffi-devel python-devel openssl-devel python2-oslo-config python2-debtcollector python34-devel
 #Requires:     pbr>=0.8 Paste PasteDeploy>=1.5.0 Routes>=1.12.3!=2.0 anyjson>=0.3.3 argparse
 #Requires:     Babel>=1.3 eventlet>=0.16.1!=0.17.0 greenlet>=0.3.2 httplib2>=0.7.5 requests>=2.2.0!=2.4.0
 #Requires:     iso8601>=0.1.9 kombu>=2.5.0 netaddr>=0.7.12 SQLAlchemy<1.1.0>=0.9.7
index a15eb8b..5264345 100755 (executable)
@@ -32,7 +32,7 @@ if ! sudo yum update -y ipxe-roms-qemu; then
 fi
 
 # check for other packages
-for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs libguestfs-tools-c libvirt-python; do
+for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs libguestfs-tools-c libvirt-python python2-oslo-config python2-debtcollector python34-devel; do
 # Make sure deploy deps are installed
     if ! rpm -q $i > /dev/null; then
         if ! sudo yum install -y $i; then