Skip to content

Commit

Permalink
Merge pull request #71 from sean797/requires-lxml
Browse files Browse the repository at this point in the history
require python-lxml
  • Loading branch information
FrostyX committed Nov 23, 2016
2 parents 195bb2c + 6d5e82d commit 5affd6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tracer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ BuildRequires: python-lxml
Requires: rpm-python
Requires: python-beautifulsoup4
Requires: python-psutil
Requires: python-lxml
Requires: %{name}-common = %{version}-%{release}
%{?python_provide:%python_provide python2-%{name}}

Expand All @@ -71,6 +72,7 @@ BuildRequires: python3-lxml
Requires: rpm-python3
Requires: python3-beautifulsoup4
Requires: python3-psutil
Requires: python3-lxml
Requires: %{name}-common = %{version}-%{release}
%{?python_provide:%python_provide python3-%{name}}
Provides: %{name} = %{version}-%{release}
Expand Down

0 comments on commit 5affd6a

Please sign in to comment.