mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 05:23:02 +02:00
11 lines
280 B
Diff
11 lines
280 B
Diff
--- setup.py.orig
|
|
+++ setup.py
|
|
@@ -41,7 +41,7 @@ def get_long_description():
|
|
install_requires = [
|
|
'blessings>=1.5',
|
|
'wcwidth>=0.1.4',
|
|
- 'typing',
|
|
+ 'typing;python_version<"3.5"',
|
|
],
|
|
tests_require = [
|
|
'mock',
|