Skip to content

Commit

Permalink
Add missing SPARQLWrapper dependency. (google#233)
Browse files Browse the repository at this point in the history
Without this I get the exception: "Exception: SPARQLWrapper not found! SPARQL Store will not work.Install with 'easy_install SPARQLWrapper'"
  • Loading branch information
mbushkov authored and the80srobot committed Feb 8, 2017
1 parent 926962c commit 4144bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rekall-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def find_data_files(source):
"sortedcontainers == 1.4.4",
"pytsk3 == 20160721",
"ipaddr==2.1.11",
"SPARQLWrapper~=1.6.4",

# Version 2.5.0 is broken with pyinstaller.
# https://github.com/pyinstaller/pyinstaller/issues/1848
Expand Down

0 comments on commit 4144bc9

Please sign in to comment.