diff options
author | Yatin Karel <ykarel@redhat.com> | 2020-11-17 12:19:46 +0000 |
---|---|---|
committer | Yatin Karel <ykarel@redhat.com> | 2020-11-17 12:19:52 +0000 |
commit | 3f2e93b2cb450ff6f532fbbc45382ae43ad70bc8 (patch) | |
tree | 88a1bbc2510060af48078d7670bea91cca002c3f | |
parent | c56a47898a06bc3377f345288769d7bbf47894a8 (diff) |
Use git-core instead of git
git pulls lot of python/perl deps, since we just need git
binary let's move to git-core which is lighter, more context[1].
[1] https://trello.com/c/1uY5Y0uq
Change-Id: Id1237968c74a7cea1e64efabc1ed187dcc0e4ec0
-rw-r--r-- | python-networking-baremetal.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-networking-baremetal.spec b/python-networking-baremetal.spec index c340dd7..f4b081c 100644 --- a/python-networking-baremetal.spec +++ b/python-networking-baremetal.spec @@ -30,7 +30,7 @@ BuildArch: noarch %if 0%{?sources_gpg} == 1 BuildRequires: /usr/bin/gpgv2 %endif -BuildRequires: git +BuildRequires: git-core BuildRequires: openstack-macros BuildRequires: python3-devel BuildRequires: python3-pbr |