mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-16 06:41:38 +01:00
dev-python/distro-oem: Update some comments
This commit is contained in:
parent
d6adffcdc3
commit
0eac3144d7
@ -14,8 +14,8 @@ LICENSE="Apache-2.0"
|
|||||||
KEYWORDS="amd64 arm64"
|
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 update the
|
# we update the major version of python and then to make sure that we
|
||||||
# site-packages path below.
|
# install the package in correctly versioned site-packages directory.
|
||||||
DEP_PYVER="3.6"
|
DEP_PYVER="3.6"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -29,7 +29,6 @@ src_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
# When updating python-oem, remember to update the path below.
|
|
||||||
insinto "/usr/share/oem/python/$(get_libdir)/python${DEP_PYVER}/site-packages"
|
insinto "/usr/share/oem/python/$(get_libdir)/python${DEP_PYVER}/site-packages"
|
||||||
doins "${S}/distro.py"
|
doins "${S}/distro.py"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user