Skip to content

Commit

Permalink
Fix up contrail-setup build for SLE12
Browse files Browse the repository at this point in the history
We can just use the system-provided pycrypto package, so require
it.

Partial-Bug: #1488627
Change-Id: Ie321198be461c94dbaf06f51cd14760aca51e3cb
(cherry picked from commit 5923fc8)
  • Loading branch information
dirkmueller committed Sep 2, 2015
1 parent a5fecde commit 3a4f66b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/rpm/contrail-setup.spec
Expand Up @@ -49,6 +49,9 @@ Requires: openstack-utils
#Requires: python-Fabric
Requires: python-crypto
%endif
%if 0%{?suse_version}
Requires: python-pycrypto
%endif
%if 0%{?rhel}
Requires: python-argparse
Requires: gdb
Expand Down

0 comments on commit 3a4f66b

Please sign in to comment.