mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/oslo-serialization: allow usage of msgpack rename
Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --force
This commit is contained in:
@@ -48,6 +48,8 @@ RDEPEND="
|
||||
"
|
||||
|
||||
python_prepare_all() {
|
||||
# allow useage of renamed msgpack
|
||||
sed -i '/^msgpack/d' requirements.txt || die
|
||||
use doc && esetup.py build_sphinx
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
@@ -46,6 +46,8 @@ RDEPEND="
|
||||
"
|
||||
|
||||
python_prepare_all() {
|
||||
# allow useage of renamed msgpack
|
||||
sed -i '/^msgpack/d' requirements.txt || die
|
||||
use doc && esetup.py build_sphinx
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
Reference in New Issue
Block a user