~rjwills/ensoft-sextant/packaging-fix

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Robert Wills
  • Date: 2015-01-12 12:59:52 UTC
  • Revision ID: rowills@ensoft-sandbox.cisco.com-20150112125952-x2m0db0rlt162a18
Remove the dependency on python-neo4jrestclient, because that package
doesn't seem to exist.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
Package: sextant
9
9
Architecture: all
10
 
Depends: python,python-support,python-twisted,graphviz,python-neo4jrestclient,${misc:Depends}
 
10
Depends: python,python-support,python-twisted,graphviz,${misc:Depends}
11
11
Description: Call graph generator and analysis tool, supporting C and Python.
12
12
 Sextant analyzes C and Python programs and is able to produce a call graph.
13
13
 It also provides command-line querying tools.