Switch to depending on gnureadline instead
The old readline package is only relevant up to Python<=3.3 and is now deprecatedpull/56/head
parent
59305d7570
commit
5daac551a4
|
@ -1,3 +1,3 @@
|
|||
pyreadline ; sys_platform == 'win32'
|
||||
readline ; sys_platform !='win32'
|
||||
gnureadline ; sys_platform !='win32'
|
||||
requests
|
||||
|
|
Loading…
Reference in New Issue