Change in libosmocore[master]: debian: Change python3 dependency to native arch

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Mar 17 12:48:36 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/17490 )

Change subject: debian: Change python3 dependency to native arch
......................................................................

debian: Change python3 dependency to native arch

This small fix enables cross compilation using dpkg-buildpackage on multiarch:
https://wiki.debian.org/CrossCompiling#Building_with_dpkg-buildpackage

`apt build-dep -a<arch>` incorrectly installed non-native python for building

Change-Id: I85994447657cda757348855c3ee9978e8c7c2377
---
M debian/control
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/debian/control b/debian/control
index cdf26bb..272fe7f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@
                libtalloc-dev,
                libsctp-dev,
                libusb-1.0-0-dev,
-               python3
+               python3:native
 Standards-Version: 3.9.8
 Vcs-Git: git://git.osmocom.org/libosmocore.git
 Vcs-Browser: http://git.osmocom.org/libosmocore/

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/17490
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I85994447657cda757348855c3ee9978e8c7c2377
Gerrit-Change-Number: 17490
Gerrit-PatchSet: 1
Gerrit-Owner: Maksim Aristov <maristov at bstation.ru>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200317/df16c4de/attachment.htm>


More information about the gerrit-log mailing list