mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-python/httpx: re-add py3_7
do not use PYTHON_USEDEP for BDEPEND Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_6 )
|
PYTHON_COMPAT=( python3_{6,7} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_6 )
|
PYTHON_COMPAT=( python3_{6,7} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_6 )
|
PYTHON_COMPAT=( python3_{6,7} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
@@ -33,9 +33,9 @@ RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
|
|||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
doc? (
|
doc? (
|
||||||
dev-python/mkautodoc[${PYTHON_USEDEP}]
|
dev-python/mkautodoc
|
||||||
dev-python/mkdocs[${PYTHON_USEDEP}]
|
dev-python/mkdocs
|
||||||
dev-python/mkdocs-material[${PYTHON_USEDEP}]
|
dev-python/mkdocs-material
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user