summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/razer-cli/files/razer-cli-setup.patch')
-rw-r--r--sys-apps/razer-cli/files/razer-cli-setup.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys-apps/razer-cli/files/razer-cli-setup.patch b/sys-apps/razer-cli/files/razer-cli-setup.patch
new file mode 100644
index 000000000000..de0aee5cc68b
--- /dev/null
+++ b/sys-apps/razer-cli/files/razer-cli-setup.patch
@@ -0,0 +1,9 @@
+--- a/setup.py
++++ b/setup.py
+@@ -20,6 +20,4 @@ setup(
+ packages=find_packages(),
+ entry_points={"console_scripts": ["razer-cli=razer_cli.razer_cli.main:main"]},
+ python_requires=">=3.6",
+- package_data={'': ['razer_cli/razer_cli/man_pages']},
+- include_package_data=True,
+ )