dev-python/dirty-equals: Fix version number in metadata

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-24 13:30:51 +02:00
parent 34e0d0642d
commit 767cb735ea

View File

@@ -34,6 +34,11 @@ BDEPEND="
distutils_enable_tests pytest
src_prepare() {
sed -i -e "/version/s:0:${PV}:" pyproject.toml || die
distutils-r1_src_prepare
}
python_test() {
local -x TZ=UTC
epytest