Skip to content

Commit 11653bf

Browse files
committed
Build fixes #14
1 parent 369a259 commit 11653bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/system-setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self, nop=False):
1515
paella.Setup.__init__(self, nop)
1616

1717
def common_first(self):
18-
self.setup_downloaders()
18+
self.install_downloaders()
1919
self.setup_pip()
2020
self.pip3_install("wheel")
2121
self.pip3_install("setuptools --upgrade")

0 commit comments

Comments
 (0)