diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-05 17:10:22 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-05 17:18:53 +0000 |
| commit | f390b56dda96276bf6b0988251dd351acd5c257a (patch) | |
| tree | 1a54ae8887d0cf0db67d2733de4d459a483a31ef | |
| parent | b7ecfeb377e94e6ccc74ced80e789311f736bc2f (diff) | |
security/py-argon2-cffi: Sort BUILD_DEPENDS
| -rw-r--r-- | security/py-argon2-cffi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-argon2-cffi/Makefile b/security/py-argon2-cffi/Makefile index af12af7aae09..e5b16a433a3f 100644 --- a/security/py-argon2-cffi/Makefile +++ b/security/py-argon2-cffi/Makefile @@ -13,9 +13,9 @@ WWW= https://argon2-cffi.readthedocs.io/en/stable/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argon2-cffi-bindings>=0:security/py-argon2-cffi-bindings@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=5.0.2:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} |
