diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-08 20:47:19 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-08 20:47:19 +0000 |
| commit | 43fd453bca07bf44fcacca2754271812df9f0178 (patch) | |
| tree | def9751ef3844ed84d1b47ace02ea927f4287306 /science/py-onnx/files/patch-setup.py | |
| parent | science/py-chainer: Remove the irrelevant category (diff) | |
Fix typo: add missing quotation marks
Diffstat (limited to '')
| -rw-r--r-- | science/py-onnx/files/patch-setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-onnx/files/patch-setup.py b/science/py-onnx/files/patch-setup.py index b3eed773cac4..6778542b8368 100644 --- a/science/py-onnx/files/patch-setup.py +++ b/science/py-onnx/files/patch-setup.py @@ -23,7 +23,7 @@ 'numpy', 'six', - 'typing>=3.6.4', -+ 'typing>=3.6.4; python_version < 3.5', ++ 'typing>=3.6.4; python_version < "3.5"', 'typing-extensions>=3.6.2.1', ]) |
