1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Correct depends

This commit is contained in:
Dmitry Marakasov 2017-02-05 14:31:49 +00:00
parent 6d93e09db3
commit dcc1aeb213
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433412
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ COMMENT= Flake8 and pylama plugin that checks the ordering of import statements
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8
RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=0:devel/py-pycodestyle
USES?= python
USE_PYTHON= autoplist distutils

View File

@ -3,7 +3,7 @@
MASTERDIR= ${.CURDIR}/../py-flake8-import-order
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py3-flake8
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=0:devel/py3-pycodestyle
USES= python:3