diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-12 20:02:24 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-12 20:02:24 +0000 |
commit | bde4b0e3c3da375f3ff2f778cd93a5534433de43 (patch) | |
tree | 7e49b23d51e1f5c2a92e7e4bf3821aa8dfdc0609 | |
parent | 77810cceba0e87df80e17b2b877c26bfe24bb511 (diff) | |
download | ports-bde4b0e3c3da375f3ff2f778cd93a5534433de43.tar.gz ports-bde4b0e3c3da375f3ff2f778cd93a5534433de43.zip |
Notes
-rw-r--r-- | textproc/py-sphinx/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-sphinx18/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index d8d4fb3bed0c..f5985135f2eb 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -35,7 +35,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-applehelp>=0:textproc/py-sphin ${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ - ${PY_TYPING} \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ diff --git a/textproc/py-sphinx18/Makefile b/textproc/py-sphinx18/Makefile index c5c78a23e3b4..5d0f5917b329 100644 --- a/textproc/py-sphinx18/Makefile +++ b/textproc/py-sphinx18/Makefile @@ -36,7 +36,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imagesize>=0:graphics/py-imagesize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ - ${PY_TYPING} \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ |