Skip to content

Commit

Permalink
py-jaraco.itertools: only for python >= 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 12, 2020
1 parent 8444c8f commit 7917d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-jaraco.itertools/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2020/03/12 07:14:23 wiz Exp $
# $NetBSD: Makefile,v 1.2 2020/03/12 07:45:44 wiz Exp $

DISTNAME= jaraco.itertools-5.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
Expand All @@ -17,6 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-inflect-[0-9]*:../../lang/py-inflect

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_VERSIONED_DEPENDENCIES+= more-itertools

.include "../../lang/python/versioned_dependencies.mk"
Expand Down

0 comments on commit 7917d89

Please sign in to comment.