diff options
author | Julien Roy <julien@jroy.ca> | 2024-06-15 14:37:39 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-06-15 14:37:39 -0400 |
commit | 79320e06f5d62db1399fba27c60c1980b7d037ae (patch) | |
tree | 125206adfc68bfe8b517209300c4bc10bc38ea76 | |
parent | 11545abc0d394162ca593fba2a0067bd119d0e95 (diff) | |
download | MrRoy-Overlay-79320e06f5d62db1399fba27c60c1980b7d037ae.tar.gz MrRoy-Overlay-79320e06f5d62db1399fba27c60c1980b7d037ae.tar.bz2 MrRoy-Overlay-79320e06f5d62db1399fba27c60c1980b7d037ae.zip |
dev-python/django-simple-history: switch to hatchling
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r-- | dev-python/django-simple-history/django-simple-history-3.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild b/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild index 59a6a00..311076a 100644 --- a/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild +++ b/dev-python/django-simple-history/django-simple-history-3.7.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 pypi |