aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/py-unicorn/files/patch-setup.py
blob: 3b24004f84da16bbd610597920c52c196f2a9834 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)],
 )