summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2018-08-10 11:13:29 -0500
committerGitHub <noreply@github.com>2018-08-10 11:13:29 -0500
commitc1c229c6d4cf74d022c56a17061ab57918822f88 (patch)
tree38f51a32506e108d65c259a4899c6edd37d2144c /packaging
parent96346938eef9594f4d1ceeff1d48f13807e36e21 (diff)
downloadansible-c1c229c6d4cf74d022c56a17061ab57918822f88.tar.gz
Remove use of simplejson throughout code base (#43548)
* Remove use of simplejson throughout code base. Fixes #42761 * Address failing tests * Remove simplejson from contrib and other outlying files * Add changelog fragment for simplejson removal
Diffstat (limited to 'packaging')
-rw-r--r--packaging/port/sysutils/ansible/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/port/sysutils/ansible/Makefile b/packaging/port/sysutils/ansible/Makefile
index 0ad6201999..70ccb77254 100644
--- a/packaging/port/sysutils/ansible/Makefile
+++ b/packaging/port/sysutils/ansible/Makefile
@@ -13,11 +13,10 @@ COMMENT= Ansible ssh based config management framework
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= python>2.5:${PORTSDIR}/lang/python \
+RUN_DEPENDS= python>2.7:${PORTSDIR}/lang/python \
${PORTSDIR}/devel/py-Jinja2 \
${PORTSDIR}/devel/py-yaml \
${PORTSDIR}/security/py-paramiko \
- ${PORTSDIR}/devel/py-simplejson \
${PORTSDIR}/security/py-pycrypto
OPTIONS_DEFINE= EXAMPLES