diff options
Diffstat (limited to 'devel/py-pybind11/Makefile')
-rw-r--r-- | devel/py-pybind11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pybind11/Makefile b/devel/py-pybind11/Makefile index 76c3558e9655..38c2dec712a0 100644 --- a/devel/py-pybind11/Makefile +++ b/devel/py-pybind11/Makefile @@ -13,7 +13,7 @@ COMMENT= Seamless interoperability between C++11 and Python LICENSE= BSD3CLAUSE -USES= python +USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes |