]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rpm, debian: drop virtualenv from build deps 42575/head
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 13:15:48 +0000 (21:15 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 14:34:05 +0000 (22:34 +0800)
commit3741f57eeed2fac7170900277c1d4bd8737d9f31
tree2587a757b9908dcb7f0f7431ae070f23f4f3506d
parent3a2004dcc0922ffd564f1fd4b86dd332affccf00
rpm, debian: drop virtualenv from build deps

since we've replaced "virtualenv" with "python3 -m venv", there is no
need to have it in the build deps list.

since, on ubuntu, venv modules is not available by default, we need to
install python3-venv.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in
debian/control