From 1343cfa4654810edcda775a889acc6395ebc5af5 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 22 Nov 2014 03:10:22 +0100 Subject: [PATCH] Add missing line of code (merge/rebase effect). --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cb7ba0b1e..b39a8230d 100755 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ setup( 'python-augeas', 'python2-pythondialog', 'requests', + ], dependency_links=[ # http://augeas.net/download.html 'https://fedorahosted.org/released/python-augeas/',