diff options
| author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-05-22 06:03:38 +0000 |
|---|---|---|
| committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-05-22 06:05:10 +0000 |
| commit | ec461d144487630a2e9bb8e3ea05e86ad172f1f2 (patch) | |
| tree | 9a8a7a7d97668f1650e3f32f74c690b68d3d9bba | |
| parent | 1d244c00f3ec8a406b921592edc121a4d103f16d (diff) | |
| download | ports-ec461d144487630a2e9bb8e3ea05e86ad172f1f2.tar.gz ports-ec461d144487630a2e9bb8e3ea05e86ad172f1f2.zip | |
devel/py-flufl.lock: Add missing dependency
PR: 263652
Reported by: saper _at_ saper.info
| -rw-r--r-- | devel/py-flufl.lock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-flufl.lock/Makefile b/devel/py-flufl.lock/Makefile index 404e968f1d9f..795283d4426a 100644 --- a/devel/py-flufl.lock/Makefile +++ b/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} @@ -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 |
