diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:27:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:42:05 +0100 |
commit | 6e067b8a75d6fc2c5395892ed04a15cf136af566 (patch) | |
tree | ae3ad8ea2005e5f81aada974486db923a204d485 /dev-python/pyperclip | |
parent | dev-ada/aws: fix use deps (diff) | |
download | gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.tar.gz gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.tar.bz2 gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.zip |
Rename dev-python/{QtPy → qtpy}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyperclip')
-rw-r--r-- | dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyperclip/pyperclip-1.9.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild b/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild index 377fa0b0f4fe..943b8b09df8a 100644 --- a/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild +++ b/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND=" x11-misc/xclip kde-plasma/plasma-workspace dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/QtPy[${PYTHON_USEDEP}] + dev-python/qtpy[${PYTHON_USEDEP}] ) " # test at least one backend diff --git a/dev-python/pyperclip/pyperclip-1.9.0.ebuild b/dev-python/pyperclip/pyperclip-1.9.0.ebuild index 6436be82187a..715cbd304ddf 100644 --- a/dev-python/pyperclip/pyperclip-1.9.0.ebuild +++ b/dev-python/pyperclip/pyperclip-1.9.0.ebuild @@ -24,7 +24,7 @@ RDEPEND=" x11-misc/xclip kde-plasma/plasma-workspace dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/QtPy[${PYTHON_USEDEP}] + dev-python/qtpy[${PYTHON_USEDEP}] ) " # test at least one backend |