diff --git a/devel/py-deprecat/Makefile b/devel/py-deprecat/Makefile index 447b42472a3d..48e0816037a3 100644 --- a/devel/py-deprecat/Makefile +++ b/devel/py-deprecat/Makefile @@ -1,22 +1,22 @@ PORTNAME= deprecat PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= @deprecat decorator to deprecate python classes, functions, methods WWW= https://github.com/mjhajharia/deprecat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt<2,>=1.10:devel/py-wrapt@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wrapt>=1.10:devel/py-wrapt@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils pytest NO_ARCH= yes .include