diff options
author | 2018-03-09 11:47:43 -0600 | |
---|---|---|
committer | 2018-03-09 11:58:51 -0600 | |
commit | c6c2b9ccbb70179f032d539f5cedf2de9ad418a6 (patch) | |
tree | 68e1dfe98e358809173f36b19004aaa9c45dd5a5 /dev-python/oslo-privsep | |
parent | dev-python/neovim-python-client: allow usage of msgpack rename (diff) | |
download | gentoo-c6c2b9ccbb70179f032d539f5cedf2de9ad418a6.tar.gz gentoo-c6c2b9ccbb70179f032d539f5cedf2de9ad418a6.tar.bz2 gentoo-c6c2b9ccbb70179f032d539f5cedf2de9ad418a6.zip |
dev-python/oslo-privsep: allow usage of renamed msgpack
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --force
Diffstat (limited to 'dev-python/oslo-privsep')
-rw-r--r-- | dev-python/oslo-privsep/oslo-privsep-1.22.1-r1.ebuild (renamed from dev-python/oslo-privsep/oslo-privsep-1.22.1.ebuild) | 4 | ||||
-rw-r--r-- | dev-python/oslo-privsep/oslo-privsep-1.27.0-r1.ebuild (renamed from dev-python/oslo-privsep/oslo-privsep-1.27.0.ebuild) | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/oslo-privsep/oslo-privsep-1.22.1.ebuild b/dev-python/oslo-privsep/oslo-privsep-1.22.1-r1.ebuild index f2203d0c8cce..d459390668fd 100644 --- a/dev-python/oslo-privsep/oslo-privsep-1.22.1.ebuild +++ b/dev-python/oslo-privsep/oslo-privsep-1.22.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -47,6 +47,8 @@ RDEPEND=" python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || die + # allow useage of renamed msgpack + sed -i '/^msgpack/d' requirements.txt || die distutils-r1_python_prepare_all } diff --git a/dev-python/oslo-privsep/oslo-privsep-1.27.0.ebuild b/dev-python/oslo-privsep/oslo-privsep-1.27.0-r1.ebuild index 5e6d30a2d654..9d5c86fdc138 100644 --- a/dev-python/oslo-privsep/oslo-privsep-1.27.0.ebuild +++ b/dev-python/oslo-privsep/oslo-privsep-1.27.0-r1.ebuild @@ -44,6 +44,8 @@ RDEPEND=" python_prepare_all() { sed -i '/^hacking/d' test-requirements.txt || die + # allow useage of renamed msgpack + sed -i '/^msgpack/d' requirements.txt || die distutils-r1_python_prepare_all } |