setup.py fix and update
- libssl dependency for Fedora - typo in waiting for keypress
This commit is contained in:
parent
af5cb08093
commit
636ae17cc0
4
setup.py
4
setup.py
|
@ -78,7 +78,7 @@ packageName = {
|
||||||
compiling = {
|
compiling = {
|
||||||
"Debian": "build-essential libssl-dev",
|
"Debian": "build-essential libssl-dev",
|
||||||
"Ubuntu": "build-essential libssl-dev",
|
"Ubuntu": "build-essential libssl-dev",
|
||||||
"Fedora": "gcc-c++ redhat-rpm-config python-devel",
|
"Fedora": "gcc-c++ redhat-rpm-config python-devel openssl-devel",
|
||||||
"openSUSE": "gcc-c++ libopenssl-devel python-devel",
|
"openSUSE": "gcc-c++ libopenssl-devel python-devel",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ if __name__ == "__main__":
|
||||||
if detectPrereqs(True) != []:
|
if detectPrereqs(True) != []:
|
||||||
print "Press Return to continue"
|
print "Press Return to continue"
|
||||||
try:
|
try:
|
||||||
nothing = raw_input
|
nothing = raw_input()
|
||||||
except NameError:
|
except NameError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user