summaryrefslogtreecommitdiff
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, 0 insertions, 8 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
deleted file mode 100644
index 414a486905b9..000000000000
--- a/games-board/pychess/files/pychess-1.0.3-setuptools-warning.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-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
- )