app-containers/podman-compose: Update python support to 3_11, drop obsolete blocker
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
0c2279db34
commit
b18e80dfc7
@ -5,7 +5,7 @@ EAPI="8"
|
|||||||
|
|
||||||
COMMIT_ID=""
|
COMMIT_ID=""
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Run docker-compose files without root with podman"
|
DESCRIPTION="Run docker-compose files without root with podman"
|
||||||
@ -34,7 +34,3 @@ RDEPEND="
|
|||||||
dev-python/python-dotenv[${PYTHON_USEDEP}]
|
dev-python/python-dotenv[${PYTHON_USEDEP}]
|
||||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
DEPEND="
|
|
||||||
${RDEPEND}
|
|
||||||
!app-emulation/podman-compose
|
|
||||||
"
|
|
Loading…
x
Reference in New Issue
Block a user