pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-trytond-web-user



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 20 23:02:36 UTC 2022

Modified Files:
        pkgsrc/www/py-trytond-web-user: Makefile

Log Message:
py-trytond-web-user: use direct dependency


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-trytond-web-user/Makefile

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

Modified files:

Index: pkgsrc/www/py-trytond-web-user/Makefile
diff -u pkgsrc/www/py-trytond-web-user/Makefile:1.6 pkgsrc/www/py-trytond-web-user/Makefile:1.7
--- pkgsrc/www/py-trytond-web-user/Makefile:1.6 Tue Jan  4 20:55:36 2022
+++ pkgsrc/www/py-trytond-web-user/Makefile     Wed Jul 20 23:02:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:36 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/20 23:02:36 wiz Exp $
 TRYTON_MODULE_NAME=    trytond_web_user
 PKGREVISION= 1
 .include "../../devel/py-trytond/Makefile.common"
@@ -12,12 +12,10 @@ LICENSE=    gnu-gpl-v3
 DEPENDS+=      ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party
 DEPENDS+=      ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
 DEPENDS+=      ${PYPKGPREFIX}-bcrypt-[0-9]*:../../security/py-bcrypt
-
-PYTHON_VERSIONED_DEPENDENCIES= html2text
+DEPENDS+=      ${PYPKGPREFIX}-html2text-[0-9]*:../../textproc/py-html2text
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index