diff options
author | Sam James <sam@gentoo.org> | 2021-02-27 12:46:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 12:46:36 +0000 |
commit | 4fd257e66f94692a7b78d1009af418080cbcc5cf (patch) | |
tree | dd1251162023f06d988b69d8d107303e4139c5ca /dev-util/pkgdev/pkgdev-9999.ebuild | |
parent | dev-util/pkgdev: sort deps (diff) | |
download | gentoo-4fd257e66f94692a7b78d1009af418080cbcc5cf.tar.gz gentoo-4fd257e66f94692a7b78d1009af418080cbcc5cf.tar.bz2 gentoo-4fd257e66f94692a7b78d1009af418080cbcc5cf.zip |
dev-util/pkgdev: add dep references for future
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev/pkgdev-9999.ebuild')
-rw-r--r-- | dev-util/pkgdev/pkgdev-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild index de1d953bf965..21c78f9d8652 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-9999.ebuild @@ -22,6 +22,7 @@ LICENSE="BSD MIT" SLOT="0" if [[ ${PV} == *9999 ]] ; then + # https://github.com/pkgcore/pkgdev/blob/main/requirements/dev.txt RDEPEND=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}] ~dev-util/pkgcheck-9999[${PYTHON_USEDEP}] @@ -30,6 +31,8 @@ if [[ ${PV} == *9999 ]] ; then " fi +# Releases (in future): https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt + distutils_enable_sphinx doc python_install_all() { |