aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/py-unicorn/files
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/py-unicorn/files')
-rw-r--r--emulators/py-unicorn/files/patch-setup.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/py-unicorn/files/patch-setup.py b/emulators/py-unicorn/files/patch-setup.py
new file mode 100644
index 000000000000..3b24004f84da
--- /dev/null
+++ b/emulators/py-unicorn/files/patch-setup.py
@@ -0,0 +1,22 @@
+# Do not bundle libunicorn.so
+
+--- setup.py.orig 2015-10-15 16:22:04 UTC
++++ setup.py
+@@ -166,17 +166,4 @@ setup(
+ 'Programming Language :: Python :: 3',
+ ],
+ requires=['ctypes'],
+- cmdclass=dict(
+- build_clib=custom_build_clib,
+- sdist=custom_sdist,
+- ),
+-
+- libraries=[(
+- 'unicorn', dict(
+- package='unicorn',
+- sources=dummy_src()
+- ),
+- )],
+-
+- data_files=[(SITE_PACKAGES, SETUP_DATA_FILES)],
+ )