summaryrefslogtreecommitdiff
path: root/finance/py-trytond-account-statement
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-05-01 09:45:41 +0000
committerwiz <wiz@pkgsrc.org>2022-05-01 09:45:41 +0000
commit7bea616b32487ebba0d6d7f21b7ed1f188542505 (patch)
treec1bc4b00f242b30e39f2590810a148ee7c753655 /finance/py-trytond-account-statement
parenta2de7f39da324ec269b55d1dbcaaec0444e2f551 (diff)
downloadpkgsrc-7bea616b32487ebba0d6d7f21b7ed1f188542505.tar.gz
*: fix usage of versioned_dependencies
Remove unused includes, fix dependencies where it's not included.
Diffstat (limited to 'finance/py-trytond-account-statement')
-rw-r--r--finance/py-trytond-account-statement/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/py-trytond-account-statement/Makefile b/finance/py-trytond-account-statement/Makefile
index 876f81a2dcb..cf9e8507c72 100644
--- a/finance/py-trytond-account-statement/Makefile
+++ b/finance/py-trytond-account-statement/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:56 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/05/01 09:45:42 wiz Exp $
TRYTON_MODULE_NAME= trytond_account_statement
PKGREVISION= 1
.include "../../devel/py-trytond/Makefile.common"
@@ -22,5 +22,4 @@ REPLACE_PYTHON+= tests/test_account_statement.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"