aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@protonmail.com>2020-05-03 21:06:49 +0200
committerMaciej Barć <xgqt@protonmail.com>2020-05-03 21:10:11 +0200
commit89d5906d7c9706043833719e96bf3b946bfcd2a9 (patch)
treea97e17ce73074fa05e80d1a2a6e4cd4f18770c34
parentdev-python/cloudscraper: re-enable test depending on js2py (diff)
downloadguru-89d5906d.tar.gz
guru-89d5906d.tar.bz2
guru-89d5906d.zip
dev-python/pure-protobuf: fix package installation
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
-rw-r--r--dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild
index 1325cff90f..e240faf39e 100644
--- a/dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild
+++ b/dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild
@@ -26,5 +26,7 @@ python_install() {
# Package installs 'tests' package which is forbidden and likely a bug in the build system.
rm -r tests || die
- python_foreach_impl distutils-r1_python_install
+ # Previously it did not actually install any python libs
+ python_foreach_impl esetup.py install
+ python_foreach_impl python_optimize
}