diff options
author | Matt Martz <matt@sivel.net> | 2018-08-10 18:13:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 18:13:29 +0200 |
commit | c1c229c6d4cf74d022c56a17061ab57918822f88 (patch) | |
tree | 38f51a32506e108d65c259a4899c6edd37d2144c /packaging | |
parent | nxos_vlan refactor to support non structured output (#43805) (diff) | |
download | ansible-c1c229c6d4cf74d022c56a17061ab57918822f88.tar.xz ansible-c1c229c6d4cf74d022c56a17061ab57918822f88.zip |
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/Makefile | 3 |
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 |