py-requests-file: mark as not for python 2.7
This commit is contained in:
parent
df68e0b196
commit
5b2f229688
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:36 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2022/07/08 14:33:35 wiz Exp $
|
||||
|
||||
DISTNAME= requests-file-1.5.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -14,6 +14,8 @@ LICENSE= apache-2.0
|
|||
DEPENDS+= ${PYPKGPREFIX}-requests>=1.0.0:../../devel/py-requests
|
||||
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
do-test:
|
||||
|
|
Loading…
Reference in a new issue