mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Limit python version (does not build with 3.7+)
Approved by: portmgr blanket
This commit is contained in:
parent
a008399a74
commit
efd4f1e403
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517081
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst
|
|||
BUILD_DEPENDS= ${PYNUMPY}
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= python
|
||||
USES= python:-3.6
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue