Skip to content

Commit

Permalink
devel/py-flufl.lock: Add missing dependency
Browse files Browse the repository at this point in the history
PR:		263652
Reported by:	saper  _at_ saper.info
  • Loading branch information
alonsobsd committed May 22, 2022
1 parent 1d244c0 commit ec461d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel/py-flufl.lock/Makefile
@@ -1,5 +1,6 @@
PORTNAME= flufl.lock
PORTVERSION= 6.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -9,7 +10,8 @@ COMMENT= NFS-safe file locking with timeouts for POSIX systems

LICENSE= APACHE20

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR}

USES= python:3.4+
USE_PYTHON= autoplist distutils
Expand Down

0 comments on commit ec461d1

Please sign in to comment.