note in the comment that 0.9 drop python 2 support, we are stuck

with the old version until security/floss is updated to a py3 version
This commit is contained in:
sthen 2022-11-28 10:52:47 +00:00
parent c6f9915a29
commit 1c7615457c
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
COMMENT = pretty-print tabular data
# py2 still needed for security/floss
# 0.9 drops py2 support, still needed for security/floss
MODPY_EGG_VERSION = 0.8.10
DISTNAME = tabulate-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}