mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-27 02:34:34 +01:00
scripts: python_dependencies.py
This commit is contained in:
parent
d5db4e94b3
commit
6f9acd8c1f
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue