summaryrefslogtreecommitdiff
path: root/math/rpy/files/patch-rpy.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/rpy/files/patch-rpy.py')
-rw-r--r--math/rpy/files/patch-rpy.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/rpy/files/patch-rpy.py b/math/rpy/files/patch-rpy.py
new file mode 100644
index 000000000000..32d3b25f1b8a
--- /dev/null
+++ b/math/rpy/files/patch-rpy.py
@@ -0,0 +1,12 @@
+--- rpy.py
++++ rpy.py
+@@ -139,6 +139,7 @@ if VERBOSE:
+
+ # Version
+ from rpy_version import rpy_version
++__version__ = rpy_version
+
+ # Symbolic names for conversion modes
+ TOP_CONVERSION = 4
+diff --git rpy_tools.py rpy_tools.py
+index f312201..6e83321 100644