aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/py-unicorn/files/patch-setup.py
blob: 6400abacb490016ce8715b39ef2c29a197b11fac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Do not bundle libunicorn.so

--- setup.py.orig	2019-10-08 02:44:50 UTC
+++ setup.py
@@ -268,11 +268,4 @@ setup(
         'Programming Language :: Python :: 3',
     ],
     requires=['ctypes'],
-    cmdclass=cmdclass,
-    zip_safe=True,
-    include_package_data=True,
-    is_pure=True,
-    package_data={
-        'unicorn': ['lib/*', 'include/unicorn/*']
-    }
 )