mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
multimedia/py-openlp: change beautifulsoup dependency
- Change beautifulsoup dependency, version 3.0 is going to be removed Approved by: maintainer (via email)
This commit is contained in:
parent
b2c06cb85b
commit
834014c72d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329169
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= OpenLP
|
||||
PORTVERSION= 2.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,7 +17,7 @@ BUILD_DEPENDS= py*-sip>=0:${PORTSDIR}/devel/py-sip \
|
||||
py*-qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \
|
||||
py*-mako>0:${PORTSDIR}/textproc/py-mako \
|
||||
py*-sqlalchemy>=0.5:${PORTSDIR}/databases/py-sqlalchemy
|
||||
RUN_DEPENDS= py*-beautifulsoup<3.1:${PORTSDIR}/www/py-beautifulsoup30 \
|
||||
RUN_DEPENDS= py*-beautifulsoup32>0:${PORTSDIR}/www/py-beautifulsoup32 \
|
||||
py*-lxml>=0:${PORTSDIR}/devel/py-lxml \
|
||||
py*-qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \
|
||||
py*-phonon>=${PYQT4_VERSION}:${PORTSDIR}/multimedia/py-qt4-phonon \
|
||||
|
Loading…
Reference in New Issue
Block a user