diff options
author | 2019-09-03 14:33:50 +0200 | |
---|---|---|
committer | 2019-09-03 14:40:50 +0200 | |
commit | af966151563e0bfedd1a2adeebca423fa2a36641 (patch) | |
tree | 234e4e84398747800e96de9567f9f34ec8a95cd1 /dev-python | |
parent | app-emacs/bongo: Remove old. (diff) | |
download | gentoo-af966151563e0bfedd1a2adeebca423fa2a36641.tar.gz gentoo-af966151563e0bfedd1a2adeebca423fa2a36641.tar.bz2 gentoo-af966151563e0bfedd1a2adeebca423fa2a36641.zip |
dev-python/rply: Fix python_prepare() correctly
Closes: https://bugs.gentoo.org/659516
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rply/rply-0.7.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/rply/rply-0.7.6.ebuild b/dev-python/rply/rply-0.7.6.ebuild index 29db68a22518..1b9f7c7c55b7 100644 --- a/dev-python/rply/rply-0.7.6.ebuild +++ b/dev-python/rply/rply-0.7.6.ebuild @@ -26,9 +26,8 @@ python_prepare() { # https://github.com/alex/rply/issues/26; fail under py[3-4] if python_is_python3; then sed -e s':test_simple:_&:' -e s':test_empty_production:_&:' \ - -i tests/test_parsergenerator.py + -i tests/test_parsergenerator.py || die fi - distutils-r1_python_prepare_all } python_test() { |