dev-python/sphinx-argparse-cli: fix typo

Closes: https://bugs.gentoo.org/909178
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-06-26 17:52:28 +05:00
parent 650599164e
commit d53d46c1ef

View File

@@ -23,6 +23,6 @@ BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
src_configure() {
distutils-r1_src-configure
distutils-r1_src_configure
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
}