summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:59:04 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:59:04 +0200
commit6a106446c834f8ba7af75c9e6d1866507b5e8e3c (patch)
treed5fbad65e2d247c305a3cabe2da8955886ecfea3 /dev-python/watchfiles
parentdev-python/uvloop: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-6a106446c834f8ba7af75c9e6d1866507b5e8e3c.tar.gz
gentoo-6a106446c834f8ba7af75c9e6d1866507b5e8e3c.tar.bz2
gentoo-6a106446c834f8ba7af75c9e6d1866507b5e8e3c.zip
dev-python/watchfiles: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchfiles')
-rw-r--r--dev-python/watchfiles/watchfiles-0.19.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/watchfiles/watchfiles-0.19.0.ebuild b/dev-python/watchfiles/watchfiles-0.19.0.ebuild
index 167302bba2ef..e935ac37886a 100644
--- a/dev-python/watchfiles/watchfiles-0.19.0.ebuild
+++ b/dev-python/watchfiles/watchfiles-0.19.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
PYTHON_COMPAT=( python3_{9..11} pypy3 )