1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

security/py-pyscard: Make supported Python versions explicit

This package doesn't require lang/python2, so set USES=python:2.7 explicitly
to avoid pulling in an unecessary dependency. The upstream setup.py states
that it supports 2.6 and 2.7.

PR:	197834
This commit is contained in:
Kubilay Kocak 2015-07-07 07:38:29 +00:00
parent d2d50aeef4
commit 0cc976c9dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391495

View File

@ -20,7 +20,7 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \
pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite
RUN_DEPENDS= pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite
USES= python:2
USES= python:2.7
USE_PYTHON= autoplist distutils
PYDISTUTILS_BUILD_TARGET= build_ext