1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-05 11:29:15 -04:00
ports/devel/py-capstone/files/patch-setup.py
Antoine Brodin 05260319d2 Update to 3.0.4
PR:		203997
Approved by:	maintainer
2015-11-15 13:26:52 +00:00

22 lines
485 B
Python

# Do not bundle libcapstone.so
--- setup.py.orig 2015-07-15 07:43:18 UTC
+++ setup.py
@@ -175,17 +175,4 @@ setup(
'Programming Language :: Python :: 3',
],
requires=['ctypes'],
- cmdclass=dict(
- build_clib=custom_build_clib,
- sdist=custom_sdist,
- ),
-
- libraries=[(
- 'capstone', dict(
- package='capstone',
- sources=dummy_src()
- ),
- )],
-
- data_files=[(SITE_PACKAGES, SETUP_DATA_FILES)],
)