aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/py-unicorn/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/py-unicorn/files/patch-setup.py')
-rw-r--r--emulators/py-unicorn/files/patch-setup.py24
1 files changed, 9 insertions, 15 deletions
diff --git a/emulators/py-unicorn/files/patch-setup.py b/emulators/py-unicorn/files/patch-setup.py
index 3b24004f84da..bd04215422aa 100644
--- a/emulators/py-unicorn/files/patch-setup.py
+++ b/emulators/py-unicorn/files/patch-setup.py
@@ -1,22 +1,16 @@
# Do not bundle libunicorn.so
---- setup.py.orig 2015-10-15 16:22:04 UTC
+--- setup.py.orig 2017-02-23 12:57:14 UTC
+++ setup.py
-@@ -166,17 +166,4 @@ setup(
+@@ -260,11 +260,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)],
+- cmdclass=cmdclass,
+- zip_safe=True,
+- include_package_data=True,
+- is_pure=True,
+- package_data={
+- 'unicorn': ['lib/*', 'include/unicorn/*']
+- }
)