scripts: python_dependencies.py

This commit is contained in:
Anton Bolshakov 2023-02-24 20:21:32 +08:00
parent d5db4e94b3
commit 6f9acd8c1f
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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",