diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-07 17:10:58 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-07 20:44:40 -0700 |
commit | 5c1f797943b07bb6cfae24800302cf16576826d1 (patch) | |
tree | a7c127bd6c6ee448c744fa4ab11adabc15a3ed08 /math/py-z3-solver/files/patch-setup.py | |
parent | x11-fm/deforaos-browser: Avoid conflicts, pet linters (diff) |
math/py-z3-solver: update 4.8.17 → 4.13.2
This fixes the problem from bug#280689.
PR: 280689
Diffstat (limited to 'math/py-z3-solver/files/patch-setup.py')
-rw-r--r-- | math/py-z3-solver/files/patch-setup.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/py-z3-solver/files/patch-setup.py b/math/py-z3-solver/files/patch-setup.py deleted file mode 100644 index af13eec6c882..000000000000 --- a/math/py-z3-solver/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py.orig 2018-07-21 19:34:29 UTC -+++ setup.py -@@ -161,9 +161,5 @@ setup( - keywords=['z3', 'smt', 'sat', 'prover', 'theorem'], - packages=['z3'], - include_package_data=True, -- package_data={ -- 'z3': [os.path.join('lib', '*'), os.path.join('include', '*.h'), os.path.join('include', 'c++', '*.h')] -- }, -- data_files=[('bin',[os.path.join('bin',EXECUTABLE_FILE)])], - cmdclass={'build': build, 'develop': develop, 'sdist': sdist, 'bdist_egg': bdist_egg}, - ) |