Commit b8ad58446a51e48804e9b9276ca9c07c84a2ef28
1 parent
c9ac73f1
Exists in
master
and in
3 other branches
fix build dependencies again
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab-deps.spec
... | ... | @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
13 | 13 | Prefix: %{_prefix} |
14 | 14 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
15 | 15 | Url: https://gitlab.com/softwarepublico/colab-deps |
16 | -BuildRequires: python-virtualenv | |
16 | +BuildRequires: libev-devel, gettext, libxml2-devel, libxslt-devel, openssl-devel, libffi-devel, libjpeg-turbo-devel, zlib-devel, freetype-devel, postgresql-devel, python-devel, libyaml-devel, python-virtualenv | |
17 | 17 | |
18 | 18 | %description |
19 | 19 | Integrated software development platform (Python dependencies). | ... | ... |