diff options
author | 2020-01-19 05:58:22 -0700 | |
---|---|---|
committer | 2020-01-19 05:58:22 -0700 | |
commit | 659646ad8c3ac34e8f22cce78580056c19b8dccb (patch) | |
tree | 893f8edba6bcf37429f0afd1d0ec4acd583f3717 /README.rst | |
parent | pkgcheck scan: minor scope check filtering simplification (diff) | |
download | pkgcheck-659646ad8c3ac34e8f22cce78580056c19b8dccb.tar.gz pkgcheck-659646ad8c3ac34e8f22cce78580056c19b8dccb.tar.bz2 pkgcheck-659646ad8c3ac34e8f22cce78580056c19b8dccb.zip |
readme: add optional rdep info
[skip ci]
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -12,6 +12,13 @@ git will often require both pkgcore and snakeoil from git as well. For releases, see the required runtime dependencies_. +There are also several optional runtime dependencies that add or extend check +support in various ways if found on the host system including the following: + +- git_: supports historical queries for git-based repos +- requests_: supports various network-related checks +- Gentoo-PerlMod-Version_: supports Perl version checks + Installing ========== @@ -51,6 +58,9 @@ the following:: .. _pkgcore: https://github.com/pkgcore/pkgcore .. _snakeoil: https://github.com/pkgcore/snakeoil .. _dependencies: https://github.com/pkgcore/pkgcheck/blob/master/requirements/install.txt +.. _git: https://git-scm.com/ +.. _requests: https://pypi.org/project/requests/ +.. _Gentoo-PerlMod-version: https://metacpan.org/release/Gentoo-PerlMod-Version .. |pypi| image:: https://img.shields.io/pypi/v/pkgcheck.svg :target: https://pypi.python.org/pypi/pkgcheck |