summaryrefslogtreecommitdiff
path: root/dev-python/pslab-python/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pslab-python/files')
-rw-r--r--dev-python/pslab-python/files/pslab-python-1.0.1-no_install_udev_rules.patch9
-rw-r--r--dev-python/pslab-python/files/pslab-python-1.0.1-sys_version.patch11
2 files changed, 0 insertions, 20 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},
- )
-
diff --git a/dev-python/pslab-python/files/pslab-python-1.0.1-sys_version.patch b/dev-python/pslab-python/files/pslab-python-1.0.1-sys_version.patch
deleted file mode 100644
index 474850a34b08..000000000000
--- a/dev-python/pslab-python/files/pslab-python-1.0.1-sys_version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/PSL/SENSORS/AD9833.py
-+++ b/PSL/SENSORS/AD9833.py
-@@ -3,7 +3,7 @@
-
-
- class AD9833:
-- if sys.version.major == 3:
-+ if sys.version_info.major == 3:
- DDS_MAX_FREQ = 0xFFFFFFF - 1 # 24 bit resolution
- else:
- DDS_MAX_FREQ = eval("0xFFFFFFFL-1") # 24 bit resolution