diff options
Diffstat (limited to 'dev-python/PyQt5')
| -rw-r--r-- | dev-python/PyQt5/PyQt5-5.13.2.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/PyQt5/PyQt5-5.14.1.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.13.2.ebuild b/dev-python/PyQt5/PyQt5-5.13.2.ebuild index 79994dc2a797..bb4a3e363f4e 100644 --- a/dev-python/PyQt5/PyQt5-5.13.2.ebuild +++ b/dev-python/PyQt5/PyQt5-5.13.2.ebuild @@ -59,7 +59,9 @@ RDEPEND=" >=dev-python/PyQt5-sip-4.19.19:=[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} >=dev-qt/qtxml-${QT_PV} - virtual/python-enum34[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/enum34[${PYTHON_USEDEP}] + ' -2) bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} ) dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] diff --git a/dev-python/PyQt5/PyQt5-5.14.1.ebuild b/dev-python/PyQt5/PyQt5-5.14.1.ebuild index e600cf5bf0db..7e02c9b195d9 100644 --- a/dev-python/PyQt5/PyQt5-5.14.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.14.1.ebuild @@ -59,7 +59,9 @@ RDEPEND=" >=dev-python/PyQt5-sip-4.19.20:=[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} >=dev-qt/qtxml-${QT_PV} - virtual/python-enum34[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/enum34[${PYTHON_USEDEP}] + ' -2) bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} ) dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] |
