g2p / bedup

Btrfs deduplication
http://pypi.python.org/pypi/bedup
GNU General Public License v2.0
324 stars 50 forks source link

Installation instructions lack python3-setuptools #95

Open muggenhor opened 6 years ago

muggenhor commented 6 years ago

The installation instructions in the README give an aptitude install command to use. Unfortunately they lack the python3-setuptools package. This will not always be a problem because it's a "Recommends" level dependency of python3-pip. Unfortunately this doesn't help if you've configured your system to not install those by default.

So just expanding the package list with that package allowed me to build and install this.

FYI: I'm running Debian Stretch