pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-homeassistant: Add dependency on py-sqlite3



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Sep 14 12:43:38 2019 -0400
Changeset:	875008375071c82b3444866dadb181c0f9b43e75

Modified Files:
	py-homeassistant/Makefile

Log Message:
py-homeassistant: Add dependency on py-sqlite3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=875008375071c82b3444866dadb181c0f9b43e75

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-homeassistant/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index 3e86629e0e..708fa2fd21 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	homeassistant-0.97.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=	2
+PKGREVISION=	3
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_PYPI:=h/homeassistant/}
 
@@ -17,6 +17,8 @@ LICENSE=	apache-2.0
 USE_LANGUAGES=	# none
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
+DEPENDS+=	${PYPKGPREFIX}-sqlite3>=3.7.0:../../databases/py-sqlite3
+
 DEPENDS+=	${PYPKGPREFIX}-aiohttp>=3.5.4:../../www/py-aiohttp
 #DEPENDS+=	${PYPKGPREFIX}-astral=1.10.1:../../FOO/py-astral
 DEPENDS+=	${PYPKGPREFIX}-async-timeout>=3.0.1:../../devel/py-async-timeout


Home | Main Index | Thread Index | Old Index