Skip to content

Commit

Permalink
py2-dxr: move llvm sqlite from BuildRequires and Requires
Browse files Browse the repository at this point in the history
LLVM and SQLite are run-time dependencies. In addition to that this
causes installation failures. APT-RPM fails if LLVM and SQLite is not
installed before DXR.

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
  • Loading branch information
David Abdurachmanov authored and Salvatore Di Guida committed Feb 15, 2016
1 parent 7085128 commit 501ddeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py2-dxr.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### RPM external py2-dxr 1.0
## INITENV +PATH PYTHONPATH %i/$PYTHON_LIB_SITE_PACKAGES
BuildRequires: llvm sqlite
Requires: python zlib py2-setuptools py2-futures py2-jinja py2-markupsafe py2-ordereddict py2-parsimonious py2-pysqlite
Requires: python zlib py2-setuptools py2-futures py2-jinja py2-markupsafe py2-ordereddict py2-parsimonious py2-pysqlite llvm sqlite
%define isdarwin %(case %{cmsos} in (osx*) echo 1 ;; (*) echo 0 ;; esac)
%define dxrCommit 6ea764102a
%define triliteCommit e64a2a1
Expand Down

0 comments on commit 501ddeb

Please sign in to comment.