diff options
| author | gutteridge <gutteridge@pkgsrc.org> | 2020-02-02 00:17:23 +0000 |
|---|---|---|
| committer | gutteridge <gutteridge@pkgsrc.org> | 2020-02-02 00:17:23 +0000 |
| commit | b2e338eaa5c2e58c43a160cb987e27fca2560622 (patch) | |
| tree | 4ad5e052c817fbca2b8f873f0f6977d01155b8e7 /net/py-pychromecast | |
| parent | 6b908114a5449767ec041879421579a272d8d6d8 (diff) | |
| download | pkgsrc-b2e338eaa5c2e58c43a160cb987e27fca2560622.tar.gz | |
py-pychromecast: add PYTHON_VERSIONS_INCOMPATIBLE for 2.7
This package (since import) doesn't support Python 2.7. (This addresses
a Joyent bulk build scan failure.)
Diffstat (limited to 'net/py-pychromecast')
| -rw-r--r-- | net/py-pychromecast/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-pychromecast/Makefile b/net/py-pychromecast/Makefile index db2bb88bb57..cb076d623d6 100644 --- a/net/py-pychromecast/Makefile +++ b/net/py-pychromecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/12/29 04:44:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/02/02 00:17:23 gutteridge Exp $ DISTNAME= PyChromecast-4.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -17,5 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-zeroconf>=0.17.7:../../net/py-zeroconf USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |
