[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Struan Bartlett] [Python-modules-team] Debian Multiarch package issue: virtualenv and python3-virtualenv



Forwarding to debian-python mailing list from the Debian Python Modules
Team which most people don't look at.

Actually a bug report probably would be the best of of reporting this,
as it looks like it could be a bug.

--- Begin Message ---
Hello

We have been unable to install virtualenv and python3-virtualenv on Debian stretch/i386 with python3:amd64, without customising the former two packages, due to what appear to be minor package configuration issues.

We have resolved the issues in custom-built packages by:
- Adding a 'Multi-Arch: allowed' header to each of these two packages
- Removing the apparently surplus python3 dependency in python3-virtualenv, leaving only the python3:any dependency
- Modifying the python3 dependency in virtualenv, to make it python3:any too.
(please see example diffs below).

Please would you advise what additional action, if any, we need to take to raise these issue formally and see them fixed in future package releases?

Kind regards

Struan Bartlett

diff -ubw DEBIAN/control*
--- DEBIAN/control      2016-12-01 23:08:39.000000000 +0000
+++ DEBIAN/control2     2019-03-06 22:40:00.000000000 +0000
@@ -1,10 +1,11 @@
 Package: python3-virtualenv
 Source: python-virtualenv
 Version: 15.1.0+ds-1
 Architecture: all
+Multi-Arch: allowed
 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 Installed-Size: 137
-Depends: python-pip-whl (>= 8.1.1-2), python3, python3-pkg-resources, python3:any (>= 3.3.2-2~)
+Depends: python-pip-whl (>= 8.1.1-2), python3-pkg-resources, python3:any (>= 3.3.2-2~)
 Section: python
 Priority: optional
 Homepage: https://pypi.python.org/pypi/virtualenv```
(edited)

# diff -ubw DEBIAN/control*                                                                                                                                    
--- DEBIAN/control      2016-12-01 23:08:39.000000000 +0000
+++ DEBIAN/control2     2019-03-06 22:45:13.000000000 +0000
@@ -1,10 +1,11 @@
 Package: virtualenv
 Source: python-virtualenv
 Version: 15.1.0+ds-1
 Architecture: all
+Multi-Arch: allowed
 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 Installed-Size: 30
-Depends: python3, python3-virtualenv
+Depends: python3:any, python3-virtualenv
 Breaks: python-virtualenv (<< 1.11.6)
 Replaces: python-virtualenv (<< 1.11.6)
 Section: python

--

Struan Bartlett
Founder & CEO
NewsNow.co.uk

The UK's #1 News Portal:
> www.NewsNow.co.uk (est. 1998)

Tel: +44 (0)845 838 8890
Fax: +44 (0)845 838 8898

NewsNow Publishing Limited, trading also as NewsNow.co.uk, is a company registered in England and Wales under company no. 3435857 with registered office Northdown House, 11-21 Northdown Street, London N1 9BN

_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

--- End Message ---
-- 
Brian May <brian@linuxpenguins.xyz>
https://linuxpenguins.xyz/brian/

Reply to: