ports/emulators/py-unicorn/files/patch-setup.py
2017-04-30 10:45:06 +00:00

16 lines
372 B
Python

# Do not bundle libunicorn.so
--- setup.py.orig 2017-04-20 06:14:24 UTC
+++ setup.py
@@ -260,11 +260,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/*']
- }
)