Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

Commit

Permalink
Further dependency clarification in the README.
Browse files Browse the repository at this point in the history
Pip is missing one of NetworkX's dependencies for Python 3.x., so adjust
CI accordingly.
  • Loading branch information
pebenito committed Feb 11, 2015
1 parent 95db533 commit d8f4f7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
- sudo apt-get install -qq libaudit-dev libcap-ng-dev libustr-dev swig

install:
- pip install 'networkx==1.8'
- pip install 'networkx==1.9'

# install newer swig
- wget http://downloads.sourceforge.net/project/swig/swig/swig-2.0.12/swig-2.0.12.tar.gz
Expand Down
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ SETools uses the Python setuptools build system to build, and install.
As such it contains a setup.py script that will install the tools.

SETools requires the following development packages for building:
Python 2.7 or 3.3
Python 2.7 or 3.3+
setuptools
gcc
bison
flex
libselinux
libsepol 2.4
libsepol 2.4+
libbz2
SWIG 2.0.12 or 3.0
SWIG 2.0.12+ or 3.0+

To build SETools' graphical tools, the following packages are required:
TBD

To run SETools, the following packages are required:
Python 2.7 or 3.3
NetworkX 1.8
Python 2.7 or 3.3+
NetworkX 1.8+
setuptools
libselinux
libsepol 2.4
libsepol 2.4+
libbz2

2.1. building SETools
Expand Down

0 comments on commit d8f4f7b

Please sign in to comment.