Skip to content

Commit

Permalink
fix: [rpm] remove a couple of build requirements no more necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Feb 10, 2018
1 parent f0744f2 commit 529eac6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/package.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ BuildArch: noarch
BuildRequires: make
BuildRequires: python2-docutils
BuildRequires: python2-sphinx
BuildRequires: python2-bson
BuildRequires: python2-configobj
BuildRequires: python2-msgpack
BuildRequires: python2-toml
BuildRequires: PyYAML
%endif
Expand Down Expand Up @@ -65,9 +63,7 @@ Requires: python2-jsonschema
Requires: python2-ruamel-yaml
%endif
%if %{with optionals}
Requires: python2-bson
Requires: python2-configobj
Requires: python2-msgpack
Requires: python2-toml
%endif
%{?python_provide:%python_provide python2-%{pkgname}}
Expand All @@ -85,9 +81,7 @@ Requires: python3-jsonschema
Requires: python3-ruamel-yaml
%endif
%if %{with optionals}
Requires: python3-bson
Requires: python3-configobj
Requires: python3-msgpack
Requires: python3-toml
%endif
%{?python_provide:%python_provide python3-%{pkgname}}
Expand Down

0 comments on commit 529eac6

Please sign in to comment.