pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/54284: www/py-werkzeug-docs needs Werkzeug (py-werkzeug) as DEPENDENCY
>Number: 54284
>Category: pkg
>Synopsis: www/py-werkzeug-docs needs Werkzeug (py-werkzeug) as DEPENDENCY
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Jun 07 13:25:00 +0000 2019
>Originator: makoto%if.t.u-tokyo.ac.jp@localhost
>Release: NetBSD 8.99.42
>Organization:
KINU Corporation
Makoto Fujiwara
makoto%ki.nu@localhost
>Environment:
System: NetBSD pkgsrc 8.99.42 NetBSD 8.99.42 (GENERIC) #0: Fri May 31 16:38:27 UTC 2019 mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
bulkbuld log shows following problem
| Running Sphinx v1.8.5
|
| Configuration error:
| There is a programmable error in your configuration file:
|
| Traceback (most recent call last):
| File "/usr/pkg/lib/python2.7/site-packages/sphinx/config.py", line 368, in eval_config_file
| execfile_(filename, namespace)
| ......
| File "/usr/pkg/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
| raise DistributionNotFound(req, requirers)
| DistributionNotFound: The 'Werkzeug' distribution was not found and is required by the application
>How-To-Repeat:
cd /usr/pkgsrc/www/py-werkzeug-docs;
make package
>Fix:
(I did not checked if BUILD_DEPENDS is enough or not, sorry)
Index: www/py-werkzeug-docs/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/www/py-werkzeug-docs/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- www/py-werkzeug-docs/Makefile 23 May 2019 12:00:48 -0000 1.11
+++ www/py-werkzeug-docs/Makefile 7 Jun 2019 13:13:26 -0000
@@ -6,8 +6,9 @@
BUILD_DEPENDS+= ${PYPKGPREFIX}-pallets-sphinx-themes-[0-9]*:../../textproc/py-pallets-sphinx-themes
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-issues-[0-9]*:../../textproc/py-sphinx-issues
+DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pax
NO_CONFIGURE= yes
BUILD_TARGET= html
BUILD_DIRS= docs
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index