mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
fa05d802c6
Debian Jessie (at least) now has the virtualenv command in package 'virtualenv', which depends on python3-virtualenv, and that's how you get the virtualenv command there. Earlier Debian-based releases still use python-virtualenv. Jessie's virtualenv command still creates a python2 venv by default. This will require a followup fix for install-deps.sh to handle the | correctly, because currently it sends the string to apt-get, which treats it as a regular expression alternation of the two package names, so will try to install both. The problem occurs when packages are installed without Recommended packages (because jessie's virtualenv package currently Recommends python-virtualenv); this is the case under pbuilder, and also using 'mk-build-deps --install', and I suspect under other automated package-building tools. Note that Build-Requires processing is not specified to perform the searches in left-to-right order, so even this is a tenuous workaround. We probably need distro-specific debian/ directories. Signed-off-by: Dan Mick <dan.mick@redhat.com> |
||
---|---|---|
.. | ||
source | ||
.gitignore | ||
ceph-base.dirs | ||
ceph-base.docs | ||
ceph-base.install | ||
ceph-base.lintian-overrides | ||
ceph-base.postinst | ||
ceph-base.prerm | ||
ceph-common.dirs | ||
ceph-common.install | ||
ceph-common.postinst | ||
ceph-common.postrm | ||
ceph-fs-common.install | ||
ceph-fuse.install | ||
ceph-mds.dirs | ||
ceph-mds.install | ||
ceph-mds.postinst | ||
ceph-mds.prerm | ||
ceph-mon.dirs | ||
ceph-mon.install | ||
ceph-osd.dirs | ||
ceph-osd.install | ||
ceph-resource-agents.install | ||
ceph-test.install | ||
changelog | ||
compat | ||
control | ||
copyright | ||
libcephfs1.install | ||
libcephfs-dev.install | ||
libcephfs-java.jlibs | ||
libcephfs-jni.install | ||
librados2.install | ||
librados-dev.install | ||
libradosstriper1.install | ||
libradosstriper-dev.install | ||
librbd1.install | ||
librbd-dev.install | ||
librgw2.install | ||
librgw-dev.install | ||
python-cephfs.install | ||
python-rados.install | ||
python-rbd.install | ||
radosgw.dirs | ||
radosgw.install | ||
radosgw.postinst | ||
radosgw.prerm | ||
rbd-fuse.install | ||
rbd-mirror.install | ||
rbd-nbd.install | ||
rules | ||
watch |