Skip to content

Commit

Permalink
Removed no longer necessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MelindaShore committed Oct 27, 2015
1 parent dd4d542 commit e0ae41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

getdns_module = Extension('getdns',
include_dirs = [ '/usr/local/include', ],
libraries = [ 'ldns', 'getdns', 'getdns_ext_event', 'event' ],
libraries = [ 'getdns', 'event' ],
library_dirs = [ '/usr/local/lib', lib_dir ],
sources = [ 'getdns.c', 'pygetdns_util.c', 'context.c',
'context_util.c', 'result.c' ],
Expand Down

0 comments on commit e0ae41b

Please sign in to comment.