commit: bb2ac23ce0df6b1c0f9488d1894ef17d4b10b7cb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 15:04:23 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 15:04:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2ac23c
dev-python/schema: Fix install_requires
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/schema/{schema-0.7.5.ebuild => schema-0.7.5-r1.ebuild} | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-python/schema/schema-0.7.5.ebuild
b/dev-python/schema/schema-0.7.5-r1.ebuild
similarity index 82%
rename from dev-python/schema/schema-0.7.5.ebuild
rename to dev-python/schema/schema-0.7.5-r1.ebuild
index 61220e35ea2b..8c9f00ff5075 100644
--- a/dev-python/schema/schema-0.7.5.ebuild
+++ b/dev-python/schema/schema-0.7.5-r1.ebuild
@@ -19,3 +19,9 @@ SLOT="0"
KEYWORDS="~amd64"
distutils_enable_tests pytest
+
+src_prepare() {
+ # py2 leftover
+ > requirements.txt || die
+ distutils-r1_src_prepare
+}