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)
Mon, Oct 20, 2:52 AM
Unknown Object (File)
Sun, Oct 19, 3:07 AM
Unknown Object (File)
Sun, Oct 12, 2:58 PM
Unknown Object (File)
Fri, Oct 3, 4:51 AM
Unknown Object (File)
Wed, Oct 1, 1:50 PM
Unknown Object (File)
Wed, Oct 1, 1:06 AM
Unknown Object (File)
Tue, Sep 30, 10:51 AM
Unknown Object (File)
Tue, Sep 30, 9:48 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 13766
Build 13980: 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.