Page MenuHomeFreeBSD

math/z3: Fix python bindings
ClosedPublic

Authored by arrowd on Dec 19 2017, 8:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 24, 6:15 PM
Unknown Object (File)
Nov 20 2024, 10:29 PM
Unknown Object (File)
Nov 18 2024, 7:34 AM
Unknown Object (File)
Nov 10 2024, 4:27 AM
Unknown Object (File)
Oct 24 2024, 11:01 PM
Unknown Object (File)
Oct 22 2024, 7:20 PM
Unknown Object (File)
Oct 19 2024, 12:19 PM
Unknown Object (File)
Sep 29 2024, 2:29 AM

Details

Summary

As reported by Conrad Meyer in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224438 importing z3 module now fails due to missing setuptools package. Add RUN_DEPENDS on it.

Test Plan

Running import z3 in python interpreter shell now works.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13660
Build 13880: arc lint + arc unit

Event Timeline

math/z3/Makefile
33

Why +=?

arrowd marked an inline comment as done.

Fix typo.

math/z3/Makefile
33

Typo. Fixed now.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 24 2017, 1:01 PM
This revision was automatically updated to reflect the committed changes.