Skip to content

Commit

Permalink
Remove "xmlrpc" dependency for "make rel"
Browse files Browse the repository at this point in the history
The "xmlrpc" library isn't used anymore.
  • Loading branch information
weiss committed Oct 12, 2014
1 parent 97fa57c commit 3f3f64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rel/reltool.config.script
Expand Up @@ -28,7 +28,7 @@ ConfiguredOTPApps = lists:flatmap(

OTPApps = RequiredOTPApps ++ ConfiguredOTPApps,

DepRequiredApps = [p1_cache_tab, p1_tls, p1_stringprep, p1_xml, p1_yaml, xmlrpc, p1_utils],
DepRequiredApps = [p1_cache_tab, p1_tls, p1_stringprep, p1_xml, p1_yaml, p1_utils],

DepConfiguredApps = lists:flatmap(
fun({mysql, true}) -> [p1_mysql];
Expand Down

0 comments on commit 3f3f64c

Please sign in to comment.