diff options
Diffstat (limited to 'databases/pymongo/Makefile')
-rw-r--r-- | databases/pymongo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index d55148326e80..9e0cf49bddaa 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -12,7 +12,7 @@ COMMENT= Python driver for MongoDB LICENSE= APACHE20 -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= py[0-9][0-9]-pymongo28 |