#!/bin/sh

if [ "$(apk version -t "$ver_old" '2.0.0-r0')" = '<' ]; then
	cat <<-__EOF__
		* 'dnspython' dependency is now optional;
		* if you want to perform DNS checks, you can install it manually with:
		*	 apk add py3-dnspython
	__EOF__
fi
