svn commit: r476394 - head/devel/py-oslo.db

Antoine Brodin antoine at FreeBSD.org
Sun Aug 5 07:26:34 UTC 2018


Author: antoine
Date: Sun Aug  5 07:26:33 2018
New Revision: 476394
URL: https://svnweb.freebsd.org/changeset/ports/476394

Log:
  Mark BROKEN: conflicting dependencies
  
  pkg-static: py27-sqlalchemy10-1.0.14 conflicts with py27-sqlalchemy12-1.2.10 (installs files into the same place).  Problematic file: /usr/local/lib/python2.7/site-packages/sqlalchemy/__init__.py
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-oslo.db/Makefile

Modified: head/devel/py-oslo.db/Makefile
==============================================================================
--- head/devel/py-oslo.db/Makefile	Sun Aug  5 07:26:01 2018	(r476393)
+++ head/devel/py-oslo.db/Makefile	Sun Aug  5 07:26:33 2018	(r476394)
@@ -13,6 +13,8 @@ COMMENT=	Oslo Database library
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		conflicting dependencies
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}alembic>=0.9.6:databases/py-alembic@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \


More information about the svn-ports-head mailing list