diff options
author | Jean-Louis Fuchs <ganwell@fangorn.ch> | 2017-09-01 21:19:16 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-09-01 20:31:42 +0000 |
commit | 7c625826c034c5239c17e153e611bec4bd4c9dd7 (patch) | |
tree | 67800f9fc4a70d49d7de305eb373fd4e9cf908df /testing/py3-pyo/remove-O3.patch | |
parent | 56e16608af66960c981178ae8864b4f020e3bf03 (diff) | |
download | aports-7c625826c034c5239c17e153e611bec4bd4c9dd7.tar.bz2 aports-7c625826c034c5239c17e153e611bec4bd4c9dd7.tar.xz |
testing/py3-pyo: upgrade to 0.8.7
Diffstat (limited to 'testing/py3-pyo/remove-O3.patch')
-rw-r--r-- | testing/py3-pyo/remove-O3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pyo/remove-O3.patch b/testing/py3-pyo/remove-O3.patch index 7595f2a813..513289a4c6 100644 --- a/testing/py3-pyo/remove-O3.patch +++ b/testing/py3-pyo/remove-O3.patch @@ -1,7 +1,7 @@ diff -ruN a/setup.py b/setup.py --- a/setup.py 2017-08-29 21:11:55.290997348 +0200 +++ b/setup.py 2017-08-29 21:12:13.690639738 +0200 -@@ -84,7 +84,7 @@ +@@ -89,7 +89,7 @@ sys.argv.remove('--fast-compile') oflag = "-O0" else: |