diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-31 23:07:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-31 23:07:00 +0000 |
commit | 1342ea5d4e9f75a100fcde155396a6b634d2db7a (patch) | |
tree | 95091f0e1c112f56d844f0d6a7a55d9882abee3e /filesystems/py-fs | |
parent | 7558ec01e87a54e7540aa0ca86781793741ee6a7 (diff) | |
download | pkgsrc-1342ea5d4e9f75a100fcde155396a6b634d2db7a.tar.gz |
*: switch to versioned_dependencies.mk for py-setuptools
Diffstat (limited to 'filesystems/py-fs')
-rw-r--r-- | filesystems/py-fs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/filesystems/py-fs/Makefile b/filesystems/py-fs/Makefile index 3f016a38051..d9b181482ae 100644 --- a/filesystems/py-fs/Makefile +++ b/filesystems/py-fs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/05/16 17:42:41 adam Exp $ +# $NetBSD: Makefile,v 1.4 2020/08/31 23:07:02 wiz Exp $ DISTNAME= fs-2.4.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,6 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.3:../../devel/py-appdirs DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz -DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock TEST_DEPENDS+= ${PYPKGPREFIX}-pyftpdlib-[0-9]*:../../net/py-pyftpdlib @@ -27,7 +26,10 @@ DEPENDS+= ${PYPKGPREFIX}-typing>=3.6:../../devel/py-typing PYSETUPTESTTARGET= pytest .endif +PYTHON_VERSIONED_DEPENDENCIES+= setuptools + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |