Commit ddd14c016340a4c5a8807bb8880a64345f582897
1 parent
2eaad8d3
Exists in
master
and in
1 other branch
Fixing centos build.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
rpm/libv3270.spec
... | ... | @@ -76,6 +76,9 @@ BuildRequires: gtk3-devel |
76 | 76 | # https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto |
77 | 77 | %if %{undefined fedora} && %{undefined rhel_version} && %{undefined centos_version} |
78 | 78 | BuildRequires: libgladeui-2-6 |
79 | + | |
80 | +# CENTOS Genmarshal doesn't depends on python! | |
81 | +BuildRequires: python | |
79 | 82 | %endif |
80 | 83 | |
81 | 84 | %description | ... | ... |