summary : An implementation of time.monotonic() for Python
description: |
This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards.
-builddeps :
- - python-setuptools
build : |
- %python_setup
+ %python3_setup
install : |
- %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -10,7 +10,7 @@
<Summary xml:lang="en">An implementation of time.monotonic() for Python</Summary>
<Description xml:lang="en">This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards.