ports/emulators/py-unicorn/files/patch-setup.py
Antoine Brodin 04d13a03c8 New port: emulators/py-unicorn
Python bindings for Unicorn CPU emulator framework
2016-12-19 23:07:25 +00:00

22 lines
482 B
Python

# 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)],
)