astro/py-spacetrack: Remove PY_SETUPTOOLS

py-setuptools should be used rather than PY_SETUPTOOLS
This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:20:32 +08:00
parent 8084815bd8
commit 6be392454c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ WWW= https://github.com/python-astrodynamics/spacetrack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}logbook>=0.12.3:devel/py-logbook@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \