[packages/sphinx-pdg] Restore python3-devel-tools dependency
glen
glen at pld-linux.org
Tue Aug 18 09:42:56 CEST 2020
commit 8470b33bd9616ee84e74ea75f8154c7f3845b4f1
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Tue Aug 18 10:38:50 2020 +0300
Restore python3-devel-tools dependency
pdb module is required oin certain use cases, and the application dies
off with not much useful exception what to do next.
If someone wants to make it back optional, make exception message useful
(install foo bar package to use foo and baz feature)
refs:
- http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2020-August/025945.html
- 19a390668dbedff5b42e37f8df75a0f2244d9057
sphinx-pdg.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/sphinx-pdg.spec b/sphinx-pdg.spec
index e9ce615..0cb86ae 100644
--- a/sphinx-pdg.spec
+++ b/sphinx-pdg.spec
@@ -11,7 +11,7 @@ Summary: Sphinx - Python documentation generator
Summary(pl.UTF-8): Sphinx - narzędzie do tworzenia dokumentacji dla Pythona
Name: sphinx-pdg
Version: 2.4.4
-Release: 1
+Release: 2
License: BSD
Group: Development/Languages/Python
#Source0Download: https://pypi.org/simple/Sphinx/
@@ -121,6 +121,7 @@ Summary: Sphinx Python documentation generator (Python 3.x modules)
Summary(pl.UTF-8): Sphinx - narzędzie do tworzenia dokumentacji dla Pythona (moduły Pythona 3.x)
Group: Development/Languages/Python
Requires: python3-modules >= 1:3.5
+Requires: python3-devel-tools
Conflicts: sphinx-pdg-3 < 1.0.7-2
%description -n python3-Sphinx
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sphinx-pdg.git/commitdiff/660f45afb76f175cba218110ff963e0c64a6887c
More information about the pld-cvs-commit
mailing list