summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pslab-python/files/pslab-python-1.0.1-no_install_udev_rules.patch')
-rw-r--r--dev-python/pslab-python/files/pslab-python-1.0.1-no_install_udev_rules.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-python/pslab-python/files/pslab-python-1.0.1-no_install_udev_rules.patch b/dev-python/pslab-python/files/pslab-python-1.0.1-no_install_udev_rules.patch
deleted file mode 100644
index b721e8a8ab03..000000000000
--- a/dev-python/pslab-python/files/pslab-python-1.0.1-no_install_udev_rules.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -50,6 +50,5 @@
- packages=find_packages(),
- #scripts=["PSL/bin/"+a for a in os.listdir("PSL/bin/")],
- package_data={'': ['*.css','*.png','*.gif','*.html','*.css','*.js','*.png','*.jpg','*.jpeg','*.htm','99-pslab.rules']},
-- cmdclass={'install': CustomInstall},
- )
-