Source: python-eventlet
Version: 0.40.4-3
Severity: normal
Dear maintainer,
python-eventlet is a key package, that's fine.
But it's also making other packages key_package and it's better
to limit those to have the autoremoval kick in when they
are unmaintained.
Please aconsider this pseudo-patch.
I can provide a Salsa MR also.
Greetings
Alexandre
d/control
Build-Depends:
debhelper-compat (= 13),
dh-python,
netbase,
openstack-pkg-tools,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools (>= 20.6.8),
python3-setuptools-scm,
python3-sphinx,
Build-Depends-Indep:
python3-dnspython,
python3-greenlet,
python3-hatchling,
python3-httplib2,
python3-monotonic (>= 1.4),
python3-openssl,
- python3-pytest,
- python3-pytest-xdist,
- python3-sphinxcontrib.apidoc,
+ python3-pytest <!nocheck>,
+ python3-pytest-xdist <!nocheck>,
+ python3-sphinxcontrib.apidoc <!nodoc>,
python3-zmq,
d/rules
override_dh_sphinxdoc:
+ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
PYTHONPATH=. python3 -m sphinx -N -b html doc/source
$(CURDIR)/debian/python-eventlet-doc/usr/share/doc/python-eventlet-doc/html
+endif
dh_sphinxdoc