Use the right git in all openstack-ansible bindeps
SUSE has a git-core package, lighter than git. We should use it. Change-Id: I7c722220a6cd4b72a0fbe70596ec97a518c67998
This commit is contained in:
parent
86a697cf4b
commit
a99c8c7c08
@ -26,7 +26,7 @@
|
|||||||
gcc
|
gcc
|
||||||
|
|
||||||
# Base requirements for Ubuntu
|
# Base requirements for Ubuntu
|
||||||
git-core [platform:dpkg]
|
git-core [platform:dpkg platform:suse]
|
||||||
libssl-dev [platform:dpkg]
|
libssl-dev [platform:dpkg]
|
||||||
libffi-dev [platform:dpkg]
|
libffi-dev [platform:dpkg]
|
||||||
python2.7 [platform:dpkg]
|
python2.7 [platform:dpkg]
|
||||||
@ -38,7 +38,7 @@ python3-dev [platform:dpkg]
|
|||||||
|
|
||||||
# Base requirements for RPM distros
|
# Base requirements for RPM distros
|
||||||
gcc-c++ [platform:rpm]
|
gcc-c++ [platform:rpm]
|
||||||
git [platform:rpm]
|
git [platform:rpm !platform:suse]
|
||||||
libffi-devel [platform:rpm]
|
libffi-devel [platform:rpm]
|
||||||
openssl-devel [platform:rpm]
|
openssl-devel [platform:rpm]
|
||||||
python-devel [platform:rpm]
|
python-devel [platform:rpm]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user