pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tryton



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 22 22:41:18 UTC 2021

Modified Files:
        pkgsrc/devel/py-tryton: Makefile options.mk

Log Message:
py-tryton: fix dependencies so that 'make test' passes

Ride update


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/py-tryton/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-tryton/options.mk

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

Modified files:

Index: pkgsrc/devel/py-tryton/Makefile
diff -u pkgsrc/devel/py-tryton/Makefile:1.48 pkgsrc/devel/py-tryton/Makefile:1.49
--- pkgsrc/devel/py-tryton/Makefile:1.48        Wed Dec 22 22:25:12 2021
+++ pkgsrc/devel/py-tryton/Makefile     Wed Dec 22 22:41:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2021/12/22 22:25:12 mef Exp $
+# $NetBSD: Makefile,v 1.49 2021/12/22 22:41:18 wiz Exp $
 TRYTON_MODULE_NAME=    tryton
 .include "../../devel/py-trytond/Makefile.common"
 CATEGORIES=    devel python
@@ -16,6 +16,7 @@ USE_LANGUAGES=                # none
 
 DEPENDS+=              ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
 DEPENDS+=              ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+DEPENDS+=              ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS.Darwin+=       ${PYPKGPREFIX}-py2app-[0-9]*:../../devel/py-py2app
 
 post-install:
@@ -23,6 +24,6 @@ post-install:
                ${DESTDIR}${PREFIX}/bin/tryton${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../graphics/librsvg/buildlink3.mk"
-#include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-tryton/options.mk
diff -u pkgsrc/devel/py-tryton/options.mk:1.14 pkgsrc/devel/py-tryton/options.mk:1.15
--- pkgsrc/devel/py-tryton/options.mk:1.14      Wed Dec 22 22:38:14 2021
+++ pkgsrc/devel/py-tryton/options.mk   Wed Dec 22 22:41:18 2021
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.14 2021/12/22 22:38:14 wiz Exp $
+# $NetBSD: options.mk,v 1.15 2021/12/22 22:41:18 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-tryton
 PKG_SUPPORTED_OPTIONS= goocalendar
-PKG_SUGGESTED_OPTIONS+=        
+PKG_SUGGESTED_OPTIONS+=
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index