dev-python/distro-oem: Depend on new version of python-oem

This commit is contained in:
Krzesimir Nowak 2021-12-03 18:18:26 +01:00
parent 2bc34d1da7
commit 03048d2445

View File

@ -16,7 +16,7 @@ KEYWORDS="amd64 arm64"
# Depending on specific version of python-oem allows us to notice when # Depending on specific version of python-oem allows us to notice when
# we update the major version of python and then to make sure that we # we update the major version of python and then to make sure that we
# install the package in correctly versioned site-packages directory. # install the package in correctly versioned site-packages directory.
DEP_PYVER="3.6" DEP_PYVER="3.9"
SLOT="0" SLOT="0"
RDEPEND="dev-lang/python-oem:${DEP_PYVER}" RDEPEND="dev-lang/python-oem:${DEP_PYVER}"