diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-10 10:26:43 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-10 10:26:59 +0100 |
commit | af2e707d0fc447b84699eb10928a71507e90a02e (patch) | |
tree | 329766cfec3254bfe8fef837664b23415ba7a77b | |
parent | 7c7122fd62e8eed13e2b08f69f6fcf8093a926db (diff) | |
download | vyos-1x-af2e707d0fc447b84699eb10928a71507e90a02e.tar.gz vyos-1x-af2e707d0fc447b84699eb10928a71507e90a02e.zip |
Debian: vyos-1x depends on python3-spinx for "make docs"
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | sphinx/source/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f7d9fccf6..d0ba72bcf 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Build-Depends: python3-jinja2, python3-psutil, python3-setuptools, + python3-sphinx, python3-xmltodict, quilt, whois diff --git a/sphinx/source/.gitignore b/sphinx/source/.gitignore new file mode 100644 index 000000000..30d85567b --- /dev/null +++ b/sphinx/source/.gitignore @@ -0,0 +1 @@ +*.rst |