mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
16 lines
372 B
Python
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/*']
|
|
- }
|
|
)
|