Skip to content

Commit 636ae17

Browse files
committed
setup.py fix and update
- libssl dependency for Fedora - typo in waiting for keypress
1 parent af5cb08 commit 636ae17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
compiling = {
7979
"Debian": "build-essential libssl-dev",
8080
"Ubuntu": "build-essential libssl-dev",
81-
"Fedora": "gcc-c++ redhat-rpm-config python-devel",
81+
"Fedora": "gcc-c++ redhat-rpm-config python-devel openssl-devel",
8282
"openSUSE": "gcc-c++ libopenssl-devel python-devel",
8383
}
8484

@@ -162,7 +162,7 @@ def compilerToPackages():
162162
if detectPrereqs(True) != []:
163163
print "Press Return to continue"
164164
try:
165-
nothing = raw_input
165+
nothing = raw_input()
166166
except NameError:
167167
pass
168168

0 commit comments

Comments
 (0)