Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
src/setup.py | 2 --
1 file changed, 2 deletions(-)
-diff --git a/src/setup.py b/src/setup.py
+diff --git a/setup.py b/setup.py
index a5f9039..cfcf8a2 100755
---- a/src/setup.py
-+++ b/src/setup.py
+--- a/setup.py
++++ b/setup.py
@@ -16,9 +16,7 @@ setup(name="Pmw",
'Pmw.Pmw_1_3_3.lib',],
S="${WORKDIR}/${MY_P}"
python_prepare() {
- distutils-r1_python_prepare
+ distutils-r1_python_prepare_all
2to3 Pmw
}