This port is only needed simplejson if it run with python less than 2.6. From setup.py: """ if sys.version_info[:2] < (2, 6): install_requires.append('simplejson') """ so patch attached makes it depend on simplejson only if python version is < 2.6. - bump portrevision because of dependency change tag: simplejson26 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->clsung Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Updated. Thank you.