forked from Lainports/freebsd-ports
- Fix RUN_DEPENDS: Remove py-Jinja2 - Update version requirement of RUN_DEPENDS - Bump PORTREVISION for package change
11 lines
398 B
Python
11 lines
398 B
Python
--- setup.py.orig 2022-07-02 09:46:49 UTC
|
|
+++ setup.py
|
|
@@ -25,7 +25,7 @@ setup(
|
|
url="https://github.com/executablebooks/sphinx-tabs",
|
|
license="MIT",
|
|
python_requires="~=3.7",
|
|
- install_requires=["sphinx", "pygments", "docutils~=0.18.0"],
|
|
+ install_requires=["sphinx", "pygments", "docutils>=0.18.0,<0.20.0"],
|
|
extras_require={
|
|
"testing": [
|
|
"coverage",
|