1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

sysutils/py-bitrot: fix pkg-fallout errors

Latest update to the port requires at least python 3.5

PR:	247684
Submitted by:	fixer@bsdmail.com (maintainer)
This commit is contained in:
Fernando Apesteguía 2020-07-01 15:24:07 +00:00
parent b36478f6ae
commit 7f69ff9e78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540970

View File

@ -14,7 +14,7 @@ LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes