From 7a6f44036d8047b99d74b2136d0b62dc5eadb4f9 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 18 Apr 2021 13:02:47 +0800 Subject: dns/py-dns-lexicon: Sort RUN_DEPENDS --- dns/py-dns-lexicon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dns') diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile index 2f1bc1ff42a2..b976e9c65dc8 100644 --- a/dns/py-dns-lexicon/Makefile +++ b/dns/py-dns-lexicon/Makefile @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4<5:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=2<4:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0<1:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5<6:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2<3:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tldextract>=2<3:dns/py-tldextract@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=5<6:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tldextract>=2<3:dns/py-tldextract@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils -- cgit v1.2.3