aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/py-unicorn/files/patch-setup.py
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-12-19 23:07:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-12-19 23:07:25 +0000
commit04d13a03c861eaa8caa2ae588ff7b0df394b0a4c (patch)
treecd713f793f885311999f1dea6ce2291f4490650b /emulators/py-unicorn/files/patch-setup.py
parenta64e36a3a280c4734c787960d8e9ec8406b38278 (diff)
New port: emulators/py-unicorn
Python bindings for Unicorn CPU emulator framework
Diffstat (limited to 'emulators/py-unicorn/files/patch-setup.py')
-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)],
+ )