Skip to content

Commit

Permalink
databases/py-aiosqlite: Fix build
Browse files Browse the repository at this point in the history
The previous commit was done by mistake (some work in progress leftover
and forgotten that got committed after a poudriere build that not build
this port succeeded).

Fix the port to make it buildable again.  No need to bump PORTREVISION
since the port was completely unbuildable.

Pointy hat to:	me
  • Loading branch information
smortex committed Mar 2, 2023
1 parent fa81a4f commit d9211cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion databases/py-aiosqlite/Makefile
Expand Up @@ -10,11 +10,14 @@ WWW= https://pypi.python.org/pypi/aiosqlite

LICENSE= MIT

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>2:devel/py-flit-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist pep517

NO_ARCH= yes
MAKE_ENV+= PYTHONDONTWRITEBYTECODE=1

.include <bsd.port.mk>

0 comments on commit d9211cc

Please sign in to comment.