diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-17 13:40:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-18 09:57:03 +0200 |
commit | 158b67a3fffa1a675540740dc60c1f42da022fe2 (patch) | |
tree | 2c328c0e154e302211eb6d15cb58bb3391b0765e /dev-python/pytest-expect | |
parent | Move dev-python/{python-podman → podman-py} (diff) | |
download | gentoo-158b67a3fffa1a675540740dc60c1f42da022fe2.tar.gz gentoo-158b67a3fffa1a675540740dc60c1f42da022fe2.tar.bz2 gentoo-158b67a3fffa1a675540740dc60c1f42da022fe2.zip |
Move dev-python/{u-msgpack → u-msgpack-python}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22010
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-expect')
-rw-r--r-- | dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild index 9bfdfcc59cf8..1b3a2ce59ab0 100644 --- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild +++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild @@ -18,4 +18,4 @@ RESTRICT="test" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] - dev-python/u-msgpack[${PYTHON_USEDEP}]" + dev-python/u-msgpack-python[${PYTHON_USEDEP}]" |