aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/py-unicorn/files/patch-setup.py
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2024-04-18 13:25:56 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2024-04-18 13:25:56 +0000
commita6a428bcd414da741ed7271224816e7a23c95f17 (patch)
tree118dc79a8db729fc2f9971d978ad683bb71ac9e5 /emulators/py-unicorn/files/patch-setup.py
parent5436d77522b3844d07f3f58670eeb362394c75db (diff)
emulators/*unicorn: update to 2.0.1p1
Diffstat (limited to 'emulators/py-unicorn/files/patch-setup.py')
-rw-r--r--emulators/py-unicorn/files/patch-setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/py-unicorn/files/patch-setup.py b/emulators/py-unicorn/files/patch-setup.py
index 6dc06749b154..5c6b2f90e3b6 100644
--- a/emulators/py-unicorn/files/patch-setup.py
+++ b/emulators/py-unicorn/files/patch-setup.py
@@ -1,12 +1,12 @@
# Do not bundle libunicorn.so
---- setup.py.orig 2020-09-21 18:11:43 UTC
+--- setup.py.orig 2022-11-16 14:16:49 UTC
+++ setup.py
-@@ -281,11 +281,4 @@ setup(
+@@ -246,11 +246,4 @@ setup(
'Programming Language :: Python :: 3',
],
requires=['ctypes'],
-- cmdclass={'build': custom_build, 'develop': custom_develop, 'sdist': custom_sdist, 'bdist_egg': custom_bdist_egg},
+- cmdclass=cmdclass,
- zip_safe=False,
- include_package_data=True,
- is_pure=False,