We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5cb08 commit 636ae17Copy full SHA for 636ae17
setup.py
@@ -78,7 +78,7 @@
78
compiling = {
79
"Debian": "build-essential libssl-dev",
80
"Ubuntu": "build-essential libssl-dev",
81
- "Fedora": "gcc-c++ redhat-rpm-config python-devel",
+ "Fedora": "gcc-c++ redhat-rpm-config python-devel openssl-devel",
82
"openSUSE": "gcc-c++ libopenssl-devel python-devel",
83
}
84
@@ -162,7 +162,7 @@ def compilerToPackages():
162
if detectPrereqs(True) != []:
163
print "Press Return to continue"
164
try:
165
- nothing = raw_input
+ nothing = raw_input()
166
except NameError:
167
pass
168
0 commit comments