projects
/
python-pysam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40553a2
)
d/control: make build only depend on python3-dev.
author
Étienne Mollier
<emollier@debian.org>
Tue, 29 Nov 2022 20:39:28 +0000
(21:39 +0100)
committer
Étienne Mollier
<emollier@debian.org>
Tue, 29 Nov 2022 20:39:28 +0000
(21:39 +0100)
Currently python3.11 support is missing, this is a temporary measure
to make sure the package can be shipped for bookworm.
debian/control
patch
|
blob
|
history
diff --git
a/debian/control
b/debian/control
index 201a03a19dc8ca4b45eb71c02b2aaaf34c623a1e..17c13e3c5e5e1e416099f2bcdbeb71e991f14ac7 100644
(file)
--- a/
debian/control
+++ b/
debian/control
@@
-11,7
+11,8
@@
Build-Depends: debhelper-compat (= 13),
dh-python,
libhts-dev (>= 1.14~),
zlib1g-dev,
- python3-all-dev,
+# FIXME: restore python3-all-dev when #1024425 is resolved.
+ python3-dev,
python3-setuptools,
cython3,
tabix <!nocheck>,