Remove now-useless comment

This commit is contained in:
Erwan MATHIEU 2025-02-05 11:39:07 +01:00 committed by GitHub
parent b4573a3bae
commit 0a936bec6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,6 @@ class CuraConan(ConanFile):
generators = "VirtualPythonEnv" generators = "VirtualPythonEnv"
tool_requires = "gettext/0.22.5" tool_requires = "gettext/0.22.5"
# FIXME: Remove specific branch once merged to main
python_requires = "translationextractor/[>=2.2.0]@ultimaker/stable" python_requires = "translationextractor/[>=2.2.0]@ultimaker/stable"
options = { options = {