Source: python-scrypt
Version: 0.8.0-0.3
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

pythons-script fails to cross build from source, because it misses the
host architecture python libraries. It only depends on
python3-all-dev:any, which is correct for the build architecture parts,
but one also needs libpython3-all-dev. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru python-scrypt-0.8.0/debian/changelog 
python-scrypt-0.8.0/debian/changelog
--- python-scrypt-0.8.0/debian/changelog        2019-12-07 19:57:05.000000000 
+0100
+++ python-scrypt-0.8.0/debian/changelog        2021-06-19 07:39:22.000000000 
+0200
@@ -1,3 +1,10 @@
+python-scrypt (0.8.0-0.4) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Add missing Build-Depends: libpython3-all-dev. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 19 Jun 2021 07:39:22 +0200
+
 python-scrypt (0.8.0-0.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --minimal -Nru python-scrypt-0.8.0/debian/control 
python-scrypt-0.8.0/debian/control
--- python-scrypt-0.8.0/debian/control  2019-12-07 19:56:10.000000000 +0100
+++ python-scrypt-0.8.0/debian/control  2021-06-19 07:39:21.000000000 +0200
@@ -6,6 +6,7 @@
  debhelper-compat (= 12),
  dh-python,
  libssl-dev,
+ libpython3-all-dev,
  python3-all-dev:any,
  python3-setuptools,
 Standards-Version: 4.4.1

Reply via email to