pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-pallets-sphinx-themes py-pallets-sphinx-th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/391d085891d1
branches:  trunk
changeset: 378126:391d085891d1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 29 13:38:26 2022 +0000

description:
py-pallets-sphinx-themes: fix DEPENDS for python 3.7

diffstat:

 textproc/py-pallets-sphinx-themes/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8880ebad9040 -r 391d085891d1 textproc/py-pallets-sphinx-themes/Makefile
--- a/textproc/py-pallets-sphinx-themes/Makefile        Fri Apr 29 13:36:30 2022 +0000
+++ b/textproc/py-pallets-sphinx-themes/Makefile        Fri Apr 29 13:38:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/04/29 13:34:52 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/29 13:38:26 wiz Exp $
 
 DISTNAME=      Pallets-Sphinx-Themes-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -20,7 +20,7 @@
 .include "../../lang/python/pyversion.mk"
 
 .if ${_PYTHON_VERSION} < 38
-PYTHON_VERSIONED_DEPENDENCIES+=        importlib-metadata
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
 .endif
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index