mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
d/control: Trim deps for nocheck build profile (Closes: #1129521)
Closes: #1129521 Tests: - Build package successfully with the following command: gbp buildpackage --git-debian-branch=debian-nocheck-build-profile --git-pbuilder --git-pbuilder-options="--profiles=nocheck Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
bce25f465f
commit
6128d3be16
44
debian/control
vendored
44
debian/control
vendored
@ -14,47 +14,47 @@ Build-Depends:
|
|||||||
dblatex,
|
dblatex,
|
||||||
dh-python,
|
dh-python,
|
||||||
docbook-xsl,
|
docbook-xsl,
|
||||||
e2fsprogs,
|
e2fsprogs <!nocheck>,
|
||||||
gir1.2-nm-1.0,
|
gir1.2-nm-1.0,
|
||||||
libjs-bootstrap5,
|
libjs-bootstrap5 <!nocheck>,
|
||||||
libjs-htmx,
|
libjs-htmx <!nocheck>,
|
||||||
# Older libjs-bootstrap5 does not have proper dependency on popper.js >= 2.0
|
# Older libjs-bootstrap5 does not have proper dependency on popper.js >= 2.0
|
||||||
node-popper2,
|
node-popper2 <!nocheck>,
|
||||||
pybuild-plugin-pyproject,
|
pybuild-plugin-pyproject,
|
||||||
python3-all:any,
|
python3-all:any,
|
||||||
python3-apt,
|
python3-apt <!nocheck>,
|
||||||
python3-augeas,
|
python3-augeas,
|
||||||
python3-bootstrapform,
|
python3-bootstrapform <!nocheck>,
|
||||||
python3-build,
|
python3-build,
|
||||||
python3-cherrypy3,
|
python3-cherrypy3,
|
||||||
python3-configobj,
|
python3-configobj <!nocheck>,
|
||||||
python3-cryptography,
|
python3-cryptography <!nocheck>,
|
||||||
python3-dbus,
|
python3-dbus,
|
||||||
python3-django,
|
python3-django <!nocheck>,
|
||||||
python3-django-axes,
|
python3-django-axes <!nocheck>,
|
||||||
python3-django-captcha,
|
python3-django-captcha <!nocheck>,
|
||||||
# Explictly depend on ipware as it is optional dependecy of django-axes
|
# Explictly depend on ipware as it is optional dependecy of django-axes
|
||||||
python3-django-ipware,
|
python3-django-ipware <!nocheck>,
|
||||||
python3-django-oauth-toolkit,
|
python3-django-oauth-toolkit <!nocheck>,
|
||||||
python3-django-stronghold,
|
python3-django-stronghold <!nocheck>,
|
||||||
python3-gi,
|
python3-gi,
|
||||||
python3-markupsafe,
|
python3-markupsafe,
|
||||||
python3-mypy,
|
python3-mypy <!nocheck>,
|
||||||
python3-pampy,
|
python3-pampy <!nocheck>,
|
||||||
python3-pexpect,
|
python3-pexpect,
|
||||||
python3-pip,
|
python3-pip,
|
||||||
python3-psutil,
|
python3-psutil,
|
||||||
python3-pytest,
|
python3-pytest <!nocheck>,
|
||||||
python3-pytest-cov,
|
python3-pytest-cov <!nocheck>,
|
||||||
python3-pytest-django,
|
python3-pytest-django <!nocheck>,
|
||||||
python3-pytest-runner,
|
python3-pytest-runner <!nocheck>,
|
||||||
python3-requests,
|
python3-requests,
|
||||||
python3-ruamel.yaml,
|
python3-ruamel.yaml,
|
||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
python3-systemd,
|
python3-systemd,
|
||||||
python3-typeshed,
|
python3-typeshed <!nocheck>,
|
||||||
python3-yaml,
|
python3-yaml,
|
||||||
sshpass,
|
sshpass <!nocheck>,
|
||||||
xmlto,
|
xmlto,
|
||||||
xsltproc
|
xsltproc
|
||||||
Standards-Version: 4.7.3
|
Standards-Version: 4.7.3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user