repo.or.cz
/
void-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-texttable: update to 1.3.1
[void-packages.git]
/
srcpkgs
/
python-curtsies
/
patches
/
fix-setup.py.patch
blob
a7587e733efa07a11da8c83c0e84dd4b9647d248
1
--- setup.py.orig
2
+++ setup.py
3
@@ -41,7 +41,7 @@ def get_long_description():
4
install_requires = [
5
'blessings>=1.5',
6
'wcwidth>=0.1.4',
7
- 'typing',
8
+ 'typing;python_version<"3.5"',
9
],
10
tests_require = [
11
'mock',