diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb b/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb index c8f7b5f420..f63457efe5 100644 --- a/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb +++ b/meta-python/recipes-devtools/python/python-prettytable_0.7.2.bb | |||
| @@ -20,3 +20,6 @@ do_install_append() { | |||
| 20 | chmod 644 "${f}" | 20 | chmod 644 "${f}" |
| 21 | done | 21 | done |
| 22 | } | 22 | } |
| 23 | |||
| 24 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/PrettyTable/" | ||
| 25 | UPSTREAM_CHECK_REGEX = "/PrettyTable/(?P<pver>(\d+[\.\-_]*)+)" | ||
