py-smb: not for Python 2.7

This commit is contained in:
adam 2023-03-09 05:26:07 +00:00
parent 6139d65d45
commit a3c384a66d
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2023/03/08 11:10:57 adam Exp $
# $NetBSD: Makefile,v 1.20 2023/03/09 05:26:07 adam Exp $
DISTNAME= pysmb-1.2.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@ -16,5 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-tqdm-[0-9]*:../../misc/py-tqdm
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-tqdm
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"