mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
dnspython: hard block prevents portage from autoresolving the dep tree, soft block lets users upgrade
This commit is contained in:
parent
d6648afc4d
commit
e4cb844d9a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ IUSE="examples test"
|
|||
RDEPEND="dev-python/idna[${PYTHON_USEDEP}]
|
||||
dev-python/ecdsa[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
!!dev-python/pycrypto
|
||||
!dev-python/pycrypto
|
||||
!dev-python/dnspython:py2
|
||||
!dev-python/dnspython:py3"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
Loading…
Reference in a new issue