diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2017-02-25 13:10:29 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-02-25 13:10:29 +0000 |
| commit | b7fb1edfb679178999ea9330beacf1b2136d0e8f (patch) | |
| tree | 649adeec7b6ca3b5328c82768599be5c31377b22 /emulators/py-unicorn/files/patch-setup.py | |
| parent | 10c0028ec35329581b29b087d8f93081d7000452 (diff) | |
Update to 1.0
Diffstat (limited to 'emulators/py-unicorn/files/patch-setup.py')
| -rw-r--r-- | emulators/py-unicorn/files/patch-setup.py | 24 |
1 files changed, 9 insertions, 15 deletions
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/*'] +- } ) |
