[med-svn] [Git][med-team/macs][master] No runtime dependency from cython
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Dec 11 13:41:02 GMT 2023
Andreas Tille pushed to branch master at Debian Med / macs
Commits:
007e3a62 by Andreas Tille at 2023-12-11T14:40:34+01:00
No runtime dependency from cython
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/no_install_depends_cython.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -4,6 +4,8 @@ macs (3.0.0-1) UNRELEASED; urgency=medium
* New upstream version
* New Build-Depends: python3-cykhash, python3-hmmlearn
* Fix location of simde header
+ * No runtime dependency from cython
+ Closes: #1057991
[ Michael R. Crusoe ]
* New upstream version
=====================================
debian/patches/no_install_depends_cython.patch
=====================================
@@ -0,0 +1,17 @@
+Description: No runtime dependency from cython
+Bug-Debian: https://bugs.debian.org/1057991
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 11 Dec 2023 10:10:25 +0100
+
+--- a/setup.py
++++ b/setup.py
+@@ -39,8 +39,7 @@ classifiers =[\
+
+ install_requires = [ "numpy>=1.19",
+ "hmmlearn>=0.3",
+- "cykhash>=2.0,<3.0",
+- "Cython~=3.0" ]
++ "cykhash>=2.0,<3.0" ]
+
+ tests_requires = [ 'pytest' ]
+
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
keep_debug
simde.patch
+no_install_depends_cython.patch
View it on GitLab: https://salsa.debian.org/med-team/macs/-/commit/007e3a6266cb011b740eb129f02605662bd5fd96
--
View it on GitLab: https://salsa.debian.org/med-team/macs/-/commit/007e3a6266cb011b740eb129f02605662bd5fd96
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/20231211/79e65831/attachment-0001.htm>
More information about the debian-med-commit
mailing list