Page MenuHomeFreeBSD

math/z3: Fix python bindings
ClosedPublic

Authored by arrowd on Dec 19 2017, 8:56 AM.
Tags
None
Referenced Files
F171880837: D13542.diff
Mon, Sep 14, 7:39 AM
F171792042: D13542.id36758.diff
Sun, Sep 13, 1:39 PM
Unknown Object (File)
Sun, Sep 13, 6:46 AM
Unknown Object (File)
Fri, Sep 11, 2:15 AM
Unknown Object (File)
Fri, Sep 11, 1:46 AM
Unknown Object (File)
Sat, Aug 29, 12:56 PM
Unknown Object (File)
Thu, Aug 20, 11:44 AM
Unknown Object (File)
Tue, Aug 18, 9:20 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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

math/z3/Makefile
33 ↗(On Diff #36758)

Why +=?

arrowd marked an inline comment as done.

Fix typo.

math/z3/Makefile
33 ↗(On Diff #36758)

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.