dev-python/rst-linker: require jaraco-packaging for docs
authorLouis Sautier <sbraz@gentoo.org>
Sat, 30 Jun 2018 23:51:34 +0000 (01:51 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Sat, 30 Jun 2018 23:53:27 +0000 (01:53 +0200)
Closes: https://bugs.gentoo.org/658580
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/rst-linker/rst-linker-1.10.ebuild

index b84ffd335f502b0c46835b3bb7b2fdac0ce7f43f..b7092a31a41ba5d032088cec8b338c046a621ddc 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1
 
@@ -24,7 +24,10 @@ RDEPEND="
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+       doc? (
+               >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+               dev-python/sphinx[${PYTHON_USEDEP}]
+       )
        test? (
                ${RDEPEND}
                dev-python/path-py[${PYTHON_USEDEP}]