mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
python-dnspython: adjust deps, thank you Gentoo for breaking it
This commit is contained in:
parent
a06bf39be7
commit
1a0b6bb478
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
|
|||
IUSE="doc"
|
||||
|
||||
RDEPEND="|| (
|
||||
virtual/dnspython[${PYTHON_USEDEP}]
|
||||
virtual/python-dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/pydns:2[${PYTHON_USEDEP}]
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
|
|
@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~x86"
|
|||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
virtual/dnspython[${PYTHON_USEDEP}]
|
||||
virtual/python-dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
Loading…
Reference in a new issue