woops, was missing FLAVOR; diff from George Rosamond, thanks!

This commit is contained in:
op 2022-10-06 20:46:57 +00:00
parent 1bfdf9e976
commit cd88696e65

View File

@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 2.0.1
DISTNAME = termcolor-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = graphics
@ -18,6 +19,8 @@ MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = hatchling
FLAVOR = python3
FLAVORS = python3
BUILD_DEPENDS = devel/py-hatch-vcs${MODPY_FLAVOR}