1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

misc/py-SimpleSoapy: Add missing dependency

It is missing from the requirements list in the project.
This commit is contained in:
Yuri Victorovich 2018-06-19 07:36:00 +00:00
parent 7d5700c9e3
commit 71806da45c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472764

View File

@ -2,6 +2,7 @@
PORTNAME= SimpleSoapy
DISTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,7 +13,8 @@ COMMENT= Simple pythonic wrapper for SoapySDR library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}SoapySDR>0:misc/py-SoapySDR@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= distutils autoplist