diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-27 20:11:58 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-27 20:11:58 +0000 |
| commit | fed1690859b80709afc90dcb4c5712327c1be99f (patch) | |
| tree | cdcc98416525ec9a79e500cac7730a63bcb8601d /emulators/py-unicorn/files/patch-setup.py | |
| parent | 7d1b6d7a10dce7f8c5d7120c36b623e73982582a (diff) | |
Update to 1.0.2
Diffstat (limited to 'emulators/py-unicorn/files/patch-setup.py')
| -rw-r--r-- | emulators/py-unicorn/files/patch-setup.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/py-unicorn/files/patch-setup.py b/emulators/py-unicorn/files/patch-setup.py index 576131568a03..6dc06749b154 100644 --- a/emulators/py-unicorn/files/patch-setup.py +++ b/emulators/py-unicorn/files/patch-setup.py @@ -1,15 +1,15 @@ # Do not bundle libunicorn.so ---- setup.py.orig 2020-05-29 03:56:24 UTC +--- setup.py.orig 2020-09-21 18:11:43 UTC +++ setup.py -@@ -289,11 +289,4 @@ setup( +@@ -281,11 +281,4 @@ setup( 'Programming Language :: Python :: 3', ], requires=['ctypes'], -- cmdclass=cmdclass, -- zip_safe=True, +- cmdclass={'build': custom_build, 'develop': custom_develop, 'sdist': custom_sdist, 'bdist_egg': custom_bdist_egg}, +- zip_safe=False, - include_package_data=True, -- is_pure=True, +- is_pure=False, - package_data={ - 'unicorn': ['lib/*', 'include/unicorn/*'] - } |
