From b7fb1edfb679178999ea9330beacf1b2136d0e8f Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 25 Feb 2017 13:10:29 +0000 Subject: Update to 1.0 --- emulators/py-unicorn/files/patch-setup.py | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'emulators/py-unicorn/files/patch-setup.py') diff --git a/emulators/py-unicorn/files/patch-setup.py b/emulators/py-unicorn/files/patch-setup.py index 3b24004f84da..bd04215422aa 100644 --- a/emulators/py-unicorn/files/patch-setup.py +++ b/emulators/py-unicorn/files/patch-setup.py @@ -1,22 +1,16 @@ # Do not bundle libunicorn.so ---- setup.py.orig 2015-10-15 16:22:04 UTC +--- setup.py.orig 2017-02-23 12:57:14 UTC +++ setup.py -@@ -166,17 +166,4 @@ setup( +@@ -260,11 +260,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)], +- cmdclass=cmdclass, +- zip_safe=True, +- include_package_data=True, +- is_pure=True, +- package_data={ +- 'unicorn': ['lib/*', 'include/unicorn/*'] +- } ) -- cgit v1.2.3