www-apps/netbox: no pip patch

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2021-09-23 22:07:33 +02:00
parent 1cfca1561e
commit 4b02e62b2b
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@ RDEPEND="
>=dev-python/django-mptt-0.13.3[${PYTHON_MULTI_USEDEP}]
>=dev-python/django-pglocks-1.0.4[${PYTHON_MULTI_USEDEP}]
>=dev-python/django-prometheus-2.1.0[${PYTHON_MULTI_USEDEP}]
>=dev-python/django-redis-5.0.0[${PYTHON_MULTI_USEDEP}]
>=dev-python/django-rq-2.4.1[${PYTHON_MULTI_USEDEP}]
>=dev-python/django-tables2-2.4.0[${PYTHON_MULTI_USEDEP}]
>=dev-python/django-taggit-1.5.1[${PYTHON_MULTI_USEDEP}]
@ -47,7 +48,6 @@ RDEPEND="
>=dev-python/pyyaml-5.4.1[${PYTHON_MULTI_USEDEP}]
>=dev-python/svgwrite-1.4.1[${PYTHON_MULTI_USEDEP}]
>=dev-python/tablib-3.0.0[${PYTHON_MULTI_USEDEP}]
dev-python/django-redis[${PYTHON_MULTI_USEDEP}]
ldap? ( >=dev-python/django-auth-ldap-1.7[${PYTHON_MULTI_USEDEP}] )
')"
DEPEND="${RDEPEND}"
@ -143,5 +143,5 @@ pkg_postinst() {
if [ -d "${LAST_BASE_DIRECTORY}/netbox/reports" ]; then
${NBCP} -pr "${LAST_BASE_DIRECTORY}/netbox/reports" /opt/netbox/netbox/
fi
cd /opt/netbox && su -p -s /bin/sh -c ./upgrade.sh "${PN}"
su -p -s /bin/sh -c ./upgrade.sh "${PN}"
}