summaryrefslogtreecommitdiff
path: root/games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch')
-rw-r--r--games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch b/games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch
new file mode 100644
index 000000000000..414a486905b9
--- /dev/null
+++ b/games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch
@@ -0,0 +1,8 @@
+Silence QA notice for:
+dist.py:275: UserWarning: Unknown distribution option: 'executables'
+--- a/setup.py
++++ b/setup.py
+@@ -323,3 +323,2 @@
+ "bdist_msi": bdist_msi_options},
+- executables=executables
+ )