Skip to content

Commit

Permalink
Merge pull request #14188 from sboschman/master
Browse files Browse the repository at this point in the history
fc24 packagename is python2-setuptools.noarch
  • Loading branch information
andresriancho committed Feb 13, 2017
2 parents 3e3b385 + 0c0fd91 commit 61ec54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3af/core/controllers/dependency_check/platforms/fedora.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Fedora(Platform):
PKG_MANAGER_CMD = 'sudo yum install'
PIP_CMD = 'python-pip'

CORE_SYSTEM_PACKAGES = ['python-pip', 'python-devel', 'python-setuptools',
CORE_SYSTEM_PACKAGES = ['python-pip', 'python-devel', 'python2-setuptools',
'libsqlite3x-devel', 'git', 'libxml2-devel',
'libxslt-devel', 'openssl-devel', 'libffi-devel']

Expand Down

0 comments on commit 61ec54a

Please sign in to comment.