summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python-pynput.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/python-pynput.patch b/python-pynput.patch
new file mode 100644
index 000000000000..b373316925ce
--- /dev/null
+++ b/python-pynput.patch
@@ -0,0 +1,13 @@
+diff -ura pynput-1.4.5.orig/setup.py pynput-1.4.5/setup.py
+--- pynput-1.4.5.orig/setup.py 2019-11-07 11:03:19.516856715 +0100
++++ pynput-1.4.5/setup.py 2019-11-07 11:03:34.060189458 +0100
+@@ -23,8 +23,7 @@
+
+ #: Additional requirements used during setup
+ SETUP_PACKAGES = [
+- 'setuptools-lint >=0.5',
+- 'sphinx >=1.3.1']
++ 'setuptools-lint >=0.5']
+
+ #: Packages requires for different environments
+ EXTRA_PACKAGES = {