diff --git a/dev-python/skel_python.ebuild b/dev-python/skel_python.ebuild index 52ac37636..7472ea392 100644 --- a/dev-python/skel_python.ebuild +++ b/dev-python/skel_python.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/scripts/python_dependencies.py b/scripts/python_dependencies.py index 5ab57b311..3f49be84c 100755 --- a/scripts/python_dependencies.py +++ b/scripts/python_dependencies.py @@ -26,6 +26,7 @@ def portage_mapping(search): "dev-python/capstone": "dev-libs/capstone[python]", "dev-python/colored_traceback": "dev-python/colored-traceback", "dev-python/Django": "dev-python/django", + "dev-python/geographiclib": "sci-geosciences/GeographicLib[python]", "dev-python/editorconfig": "dev-python/editorconfig-core-py", "dev-python/flask-BabelEx": "dev-python/flask-babelex", "dev-python/flask_caching": "dev-python/flask-caching",