summaryrefslogtreecommitdiff
path: root/games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch
blob: 414a486905b930001dda29346f25f43ab29b380e (plain)
1
2
3
4
5
6
7
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
 )