Skip to content
Snippets Groups Projects
Commit 7c890fe1 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Replaced Build-Depends with BuildRequires in previous commit

parent 5c6685ca
Branches
Tags
No related merge requests found
......@@ -13,9 +13,9 @@ archDepRegExp = re.compile('/usr/lib/(?!(perl|python))')
osDepRequireTranslator = {
'libuuid-devel' : '''# For uuid/uuid.h
%if 0%{?rhel} >= 6
Build-Depends: libuuid-devel
BuildRequires: libuuid-devel
%else
Build-Depends: e2fsprogs-devel
BuildRequires: e2fsprogs-devel
%endif'''
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment