I just needed py-epsilon for a project of mine, but the port install misses a dependency that it needs: File "/usr/local/lib/python2.5/site-packages/axiom/store.py", line 30, in <module> from axiom import _schema, attributes, upgrade, _fincache, iaxiom, errors, batch File "/usr/local/lib/python2.5/site-packages/axiom/batch.py", line 25, in <module> from epsilon import extime, process, cooperator, modal, juice File "/usr/local/lib/python2.5/site-packages/epsilon/juice.py", line 17, in <module> from epsilon.sslverify import Certificate, problemsFromTransport, PeerVerifyError File "/usr/local/lib/python2.5/site-packages/epsilon/sslverify.py", line 5, in <module> from OpenSSL import SSL, crypto exceptions.ImportError: No module named OpenSSL Fix: In py-epsilon's Makefile add: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl:${PORTSDIR}/security/py-openssl
Responsible Changed From-To: freebsd-ports-bugs->pgollucci Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: pgollucci->wxs I'll take it.
State Changed From-To: open->analyzed Pending ports/128839.
wxs 2008-12-02 01:18:55 UTC FreeBSD ports repository Modified files: devel/py-epsilon Makefile Log: - Add missing RUN_DEPENDS. PR: ports/128678 Submitted by: Aragon Gouveia <aragon@phat.za.net> Approved by: pgollucci (maintainer timeout) Revision Changes Path 1.9 +3 -0 ports/devel/py-epsilon/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: analyzed->closed Committed. Thanks!