[med-svn] [Git][med-team/toil][master] remove extraneous dependency on python3-mock
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sun Jan 7 16:28:54 GMT 2024
Alexandre Detiste pushed to branch master at Debian Med / toil
Commits:
1dd26b53 by Alexandre Detiste at 2024-01-07T17:28:24+01:00
remove extraneous dependency on python3-mock
- - - - -
3 changed files:
- debian/control
- + debian/patches/remove-python3-mock.patch
- debian/patches/series
Changes:
=====================================
debian/control
=====================================
@@ -17,7 +17,6 @@ Build-Depends: debhelper-compat (= 13),
python3-wdlparse,
python3-pytest <!nocheck>,
python3-pytest-xdist <!nocheck>,
- python3-mock <!nocheck>,
python3-boto3 (>=1.17) <!nocheck>,
python3-boto <!nocheck>,
python3-stubserver <!nocheck>,
=====================================
debian/patches/remove-python3-mock.patch
=====================================
@@ -0,0 +1,14 @@
+From: Alexandre Detiste <tchet at debian.org>
+Subject: remove extraneous dependency on python3-mock
+
+--- a/Makefile
++++ b/Makefile
+@@ -259,7 +259,7 @@
+ clean: clean_develop clean_sdist clean_docs
+
+ check_build_reqs:
+- @(python -c 'import mock; import pytest' && which sphinx-build >/dev/null) \
++ @(python -c 'import pytest' && which sphinx-build >/dev/null) \
+ || ( printf "$(red)Build requirements are missing. Run 'make prepare' to install them.$(normal)\n" ; false )
+
+ prepare: check_venv
=====================================
debian/patches/series
=====================================
@@ -9,3 +9,4 @@ python3_in_doc.patch
avoid_boto
fewer_cores
python3.12.patch
+remove-python3-mock.patch
View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/1dd26b530492e0e8369e18030b8f7fd10f174119
--
View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/1dd26b530492e0e8369e18030b8f7fd10f174119
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240107/7e27b9d3/attachment-0001.htm>
More information about the debian-med-commit
mailing list