diff --git a/www/py-restclient/Makefile b/www/py-restclient/Makefile index ea032b1fab6a..33edc0595f37 100644 --- a/www/py-restclient/Makefile +++ b/www/py-restclient/Makefile @@ -1,23 +1,25 @@ # Created by: Li-Wen Hsu PORTNAME= restclient PORTVERSION= 0.11.0 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Convenient library for writing REST clients LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + post-patch: ${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py .include