diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-10 19:32:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-10 19:32:23 +0000 |
commit | 878b93dbd908d14abb173d0197c694d47dcafb66 (patch) | |
tree | 461a0f04e4985c0c05b38423b7553b1c64dd1b00 /databases/mongodb44 | |
parent | benchmarks/inferno: Update 0.10.2 -> 0.10.3 (diff) |
Remove empty PY_TYPING from ports using Python 3.6+
Leave out textproc/py-sphinx[18] for now.
Notes
Notes:
svn path=/head/; revision=561105
Diffstat (limited to 'databases/mongodb44')
-rw-r--r-- | databases/mongodb44/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile index ad4a0e564985..166a3e53e351 100644 --- a/databases/mongodb44/Makefile +++ b/databases/mongodb44/Makefile @@ -23,7 +23,6 @@ ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le ONLY_FOR_ARCHS_REASON= "Only ported to amd64 and aarch64 on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64." BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ - ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${LOCALBASE}/bin/ar:devel/binutils |